Click or drag to resize

ServerChannelExecute Method (String, IServerContext)

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,
	IServerContext context
)

Parameters

defaultName
Type: SystemString
The default name of this ServerChannel.
context
Type: OBCOM.NetSwitchLib.ServersIServerContext
The context of this ServerChannel (can be null).
Exceptions
ExceptionCondition
ArgumentNullExceptiondefaultName is null or empty.
See Also