Click or drag to resize

ClientSlotAlive Property

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

Return Value

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