...
Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiRemoteGetUnavailableMessage(SdaiServerContext serverContextId,
SdaiString *unavailableMessage,
SdaiInvocationId *edmiInvocationId);
|
When trying to connect from a thick EDMclient to a remote EDMserver
...
, one may experience that the connection is refused due to ongoing mainteneance on the server. An EDMserver
...
may be set unavailable by the system administrator with a call to the function edmiRemoteSetUnavailable. The unavailable-message is given as an input argument to this call.
...
Arguments
...
Type | Name | Comment |
SdaiServerContext | serverContextId | Context identification, from edmiDefineServerContext |
SdaiString | unavailableMessage | If the system administrator has set the remote _remote EDMserver _ unavailable with a call to the function edmiRemoteSetUnavailable, this variable will receive the message given to explain why. |
SdaiInvocationId | edmiInvocationId | Currently not used. |
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<missing code> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|