Click or drag to resize

ServerChannelExecute Method (String)

Starts the execution of this ServerChannel.

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

Parameters

defaultName
Type: SystemString
The default name of this ServerChannel.
Exceptions
ExceptionCondition
ArgumentNullException An argument is null or empty.
See Also