| ChannelBaseIsConnected Property |
Gets a value that indicates whether this channel is connected.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public bool IsConnected { get; }
Public ReadOnly Property IsConnected As Boolean
Get
Property Value
Type:
Booleantrue if this channel is connected; otherwise,
false.
See Also