Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
EdmiError edmiDeleteServerContext(SdaiUnsignedInt serverContextId);

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

...

Arguments

...

TypeNameComment
SdaiUnsignedInt

serverContextId

The unique numeric identificator identifer representing the defined server context.

...

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 

OptionComment

Example

...

 

Code Block
languagecpp
 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 (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "model" and parent = "6062220"