Click or drag to resize

ServerChannelStop Method (String)

Stops the execution of this server channel with a reason.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void Stop(
	string reason
)

Parameters

reason
Type: SystemString
The reason why the server channel is stopping (can be null).
Remarks
The communication channel is closed, and all resources are released. If this server channel is not executing, this method does nothing.
See Also