'Declaration
Public Enum ChannelConnectionState Inherits System.Enum
public enum ChannelConnectionState : System.Enum
'Declaration
Public Enum ChannelConnectionState Inherits System.Enum
public enum ChannelConnectionState : System.Enum
Member | Value | Description |
---|---|---|
Connected | 2 | The subscription is connected. |
Connecting | 1 | The subscription is attempting to connect |
Disconnected | 0 | The subscription is disconnected |
TransferingData | 3 | The subscription is actively transferring data |
System.Object
System.ValueType
System.Enum
Gibraltar.Server.Client.ChannelConnectionState
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2