enum Flags;
Value | Description |
---|---|
CancellationNotAllowed |
|
DeleteOnCompletion |
The ReleaseRef function is called when process completes. |
OneWayCall |
The call becomes unidirectional. No result is returned for this call. This flag is included only to support RMCContext . If a remote method has returned a value, that value is ignored and no response is made. However, a Boolean value is always returned to indicate whether a message has been sent to a remote station. If this flag has been set, this call can get multiple targets and it is all right to set this flag alongside any of the SendUnreliableMessage , CallOnDuplicas , CallOnMaster , CallOnNeighbouringStations or CallOnLocalStation flags. |
SendUnreliableMessage |
This call uses an unreliable channel (delivery not guaranteed). This flag is included to support RMCContext . Also note that when this flag is set, the OneWayCall flag must also be set. |
SendUnbundledMessage |
|
FirstFlagAvailable |
Enumerated type that defines flags that can be used in the CallContext
.
CONFIDENTIAL