ChannelClient.GetChannelClientInfo

Switch to Manual
public MPE.ChannelClientInfo GetChannelClientInfo ();
public static MPE.ChannelClientInfo GetChannelClientInfo (string channelName);
public static MPE.ChannelClientInfo GetChannelClientInfo (int clientId);

Parameters

channelNameThe name of the channel to get information about.
clientIdThe ID of the channel to get information about.

Returns

ChannelClientInfo A structure that describes the channel.

Description

Gets the ChannelClientInfo for a specific channel.