Click or drag to resize

DesktopConnectionState Enumeration

The connection state of a DesktopConnection

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public enum DesktopConnectionState
Members
  Member nameValueDescription
Closed0 The DesktopConnection is closed or has not been initialized
Initializing1 The DesktopConnection is initializing
Initialized2 The DesktopConneciton is initialized and ready to connect
Connecting3 The DesktopConnection is attempting to connect to the runtime
Connected4 The DesktopConnection is connected to the runtime
Closing5 The DesktopConnection is closing its connection to the runtime
See Also