Enum SessionEventStreamEventState
The session state.
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly: Diffusion.Client.dll
Syntax
public enum SessionEventStreamEventState
Fields
| Name | Description |
|---|---|
| ACTIVE | The session is connected and active. |
| CLOSED | The session has closed. |
| DISCONNECTED | The session is disconnected. |
| FAILED_OVER | The session has failed over to a different server in the cluster after a disconnection. |
| RECONNECTED | The session has reconnected to the same server after a disconnection. |