Click or drag to resize

ServerChannelExecute Method (String, Properties, 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 name,
	Properties properties,
	IServerContext context
)

Parameters

name
Type: SystemString
The name of this ServerChannel.
properties
Type: OBCOM.NetSwitchLib.UtilsProperties
The properties of this ServerChannel.
context
Type: OBCOM.NetSwitchLib.ServersIServerContext
The context of this ServerChannel (can be null).
Exceptions
ExceptionCondition
ArgumentNullException An argument is null.
See Also