Returns true if the ClientSlot 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 ClientSlot is alive.
Remarks
A ClientSlot becomes dead when a system operator executes a "kill
client" command in an NetServer console.
See Also