Enum SessionEventStreamEventType

The event type.

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

Fields

Name Description
PROPERTIES

The event indicates a change to the session properties of the identified session.

STATE

The event indicates a change of state of the identified session, including the opening of a new session.

Back to top