ClientChannellookup Method |
Returns the ClientChannel with the specified channelName.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public static ClientChannel lookup(
string channelName
)
Public Shared Function lookup (
channelName As String
) As ClientChannel
Parameters
- channelName
- Type: SystemString
The name of the required ClientChannel.
Return Value
Type:
ClientChannel
The required ClientChannel or
null if not found.
See Also