Click or drag to resize

ChannelEventType Enumeration

Specifies the type of action which raised a channel event.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public enum ChannelEventType
Members
  Member nameValueDescription
Created0 A channel was created.
Destroyed1 A channel was destroyed.
ClientConnected2 A client has connected to a provider (reserved for future use)
ClientDisconnected3 A client has disconnected from a provider
See Also