Click or drag to resize

ClientSlotRelease Method

Terminates the ClientSlot and releases allocated resources.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public void Release()
Remarks

No other method of the ClientSlot instance can be used after this method has been issued.

Calling this method more than once is allowed but has no effect after the first invocation.

See Also