Table of Contents

Enum SessionEventStreamEventState

Namespace
PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly
Diffusion.Client.dll

The session state.

public enum SessionEventStreamEventState

Fields

ACTIVE = 0

The session is connected and active.

CLOSED = 4

The session has closed.

DISCONNECTED = 1

The session is disconnected.

FAILED_OVER = 3

The session has failed over to a different server in the cluster after a disconnection.

RECONNECTED = 2

The session has reconnected to the same server after a disconnection.