Click or drag to resize

ClientChannelDelete Method

Deletes 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 Delete(
	string channelName
)

Parameters

channelName
Type: SystemString
The name of the ClientChannel to be deleted.

Return Value

Type: ClientChannel
The deleted ClientChannel or null if none found.
Remarks
Nothing happens if the specified ClientChannel is not defined.
See Also