Click or drag to resize

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)
Syntax
public static bool Exists(
	string channelName
)

Parameters

channelName
Type: SystemString
The name of the ClientChannel.

Return Value

Type: Boolean
true if a ClientChannel with the specified channelName is defined.
See Also