Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

EdmiError edmiDeleteServerContext(SdaiUnsignedInt serverContextId);

Deletes a defined server context identified by its unique server context id.

Arguments


TypeNameComment
SdaiUnsignedInt

serverContextId

The unique numeric identifer representing the defined server context.

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.

Options


 

Example


 

 EdmiError edmiDeleteServerContext(SdaiUnsignedInt serverContextId);


 
 EdmiError rstat;
 SdaiUnsignedInt contextId;
 SdaiInteger nConnect;
 SdaiWhoIsOnServer pWhoisOn;
 . . .
 rstat = edmiDefineServerContext("HTTP_ServerContext",
 "Johnny", "Supervisor", "4cg67w", 
 "HTTP", "9090", "MyEdmServer",
 "c:/HttpServlet", "7408", "MyHttpServer", 
 NULL, NULL, &contextId);
 rstat = edmiRemoteWhoIsOn(contextId, &nConnect, &pWhoisOn, NULL);
 rstat = edmiDeleteServerContext(contextId);
 . . .

 

See also

Filter by label

There are no items with the selected labels at this time.



 

  • No labels