Click or drag to resize

ServerChannelExecute Method (String, String, String)

Starts the execution of this ServerChannel using the supplied arguments.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public void Execute(
	string serverName,
	string netserURI,
	string layoutsURI
)

Parameters

serverName
Type: SystemString
The name of the ServerChannel.
netserURI
Type: SystemString
The OBCOM NetServer URI.
layoutsURI
Type: SystemString
The URI used to create a LayoutManager.
Remarks
This is a convenience method implemented by the following call:
Execute(serverName, netserURI, new LayoutManager(layoutsURI));
See Also