コード例 #1
0
 private RealtimeChannel GetChannel(string name)
 {
     return(_channels.Get(name) as RealtimeChannel);
 }