ClientChannelAlive Property |
Returns true if the ClientChannel is alive.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public bool Alive { get; }
Public ReadOnly Property Alive As Boolean
Get
Return Value
Type:
Booleantrue if the ClientChannel is alive.
Remarks
A ClientChannel becomes dead when a system operator executes the
"kill client" command in the OBCOM NetServer console.
See Also