Example #1
0
 /**
  * @brief Gets a channelId.<br>
  * This method returns a channelId when this player connected to this channel.
  *
  * @param channel Channel.
  * @see Channel
  * @return ChannelId.
  */
 public string GetChannelID(int channelCode)
 {
     Log.Debug("[Session] GetChannelID. channel:" + channelCode);
     return(SessionImpl.GetChannelId(channelCode));
 }