Click or drag to resize

ServerChannelStop Method

Stops the execution of this ServerChannel.

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

The communication channel with OBCOM NetServer is closed, and all other resources are released.

The execution of this ServerChannel can be started again using the Run method. It is legal, but useless, to call this method if this ServerChannel is not executing.

See Also