Enum SessionState
Session's state.
Namespace: OnixS.Cme.ILink3
Assembly: OnixS.Cme.ILink3.dll
Syntax
public enum SessionState
Fields
Name | Description |
---|---|
AwaitConfirmingTerminate | Session is waiting for the confirming Terminate message from the server. |
AwaitEstablishmentAcknowledgment | Session is waiting for the Establishment Acknowledgment message from the server. |
AwaitNegotiationResponse | Session is waiting for the Await Negotiation Response message from the server. |
Disconnected | Session is disconnected. |
Established | Session is fully established. |
Reconnecting | Session-initiator is trying to restore the telecommunication link. |
WaitForRetransmission | Session is waiting for the message retransmission from the counterparty. |