Enum SessionEventStreamEventState
- Assembly
- Diffusion.Client.dll
The session state.
public enum SessionEventStreamEventState
Fields
ACTIVE = 0The session is connected and active.
CLOSED = 4The session has closed.
DISCONNECTED = 1The session is disconnected.
FAILED_OVER = 3The session has failed over to a different server in the cluster after a disconnection.
RECONNECTED = 2The session has reconnected to the same server after a disconnection.