Enum SessionPropertiesListenerEventType

The session properties listener event type enumeration.

Namespace: PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly: Diffusion.Client.dll
Syntax
public enum SessionPropertiesListenerEventType : int

Fields

Name Description
DISCONNECTED

Session has disconnected.

Clients that use an earlier version of the API, released before 5.8, will not be notified of session disconnections.

Since 5.8.

FAILED_OVER

Used in a clustered configuration to indicate that the session failed over from another server.

NONE

Used to assist with 'null' checking.

RECONNECTED

The session has reconnected.

UPDATED

One or more relevant session properties has been updated.

Back to top