ClientChannelExists Method |
Returns true if a ClientChannel with the specified channelName is defined.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic static bool Exists(
string channelName
)
Public Shared Function Exists (
channelName As String
) As Boolean
Parameters
- channelName
- Type: SystemString
The name of the ClientChannel.
Return Value
Type:
Booleantrue if a ClientChannel with the specified
channelName is defined.
See Also