Click or drag to resize

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; }

Return Value

Type: Boolean
true 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