...
Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiDeleteServerContextBN(SdaiString serverContextName);
|
Deletes a defined server
...
context identified by its unique server context
...
id.
...
Arguments
...
Type | Name | Comment |
SdaiString | serverContextName | The name of the server context to delete. |
...
. |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
EdmiError rstat; SdaiUnsignedInt contextId; SdaiString ServerContextName = "HTTP_ServerContext"; |
...
SdaiInteger nConnect; |
...
SdaiWhoIsOnServer pWhoisOn; |
...
. . . |
...
rstat = edmiDefineServerContext(ServerContextName, |
...
"Johnny", "Supervisor", "4cg67w", |
...
"HTTP", "9090", "MyEdmServer", |
...
"c:/HttpServlet", "7408", "MyHttpServer", |
...
NULL, NULL, &contextId); |
...
rstat = edmiRemoteWhoIsOn(contextId, &nConnect, &pWhoisOn, NULL); |
...
rstat = edmiDeleteServerContextBN(ServerContextName); |
...
. . . |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|