| ClientChannelConnect Method (String, String) |
Connects this channel to a NetSwitch server using supplied name and nameOrUri.
Namespace:
OBCOM.NetSwitchLib.Clients
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public void Connect(
string name,
string nameOrUri
)
Public Sub Connect (
name As String,
nameOrUri As String
)
Parameters
- name
- Type: SystemString
The name of this channel.
- nameOrUri
- Type: SystemString
An environment name or connection URI.
Exceptions See Also