예제 #1
0
 public override void GetChannelMemberCount(string[] channelIds, int channelCount, ref long reqId)
 {
     RtmWrapperDll.getChannelMemberCount(channelIds, channelIds.Length, ChannelMemberCountCallback);
 }
예제 #2
0
 public override void GetChannelMemberCount(string[] channelIds, int channelCount, ref long reqId)
 {
     RtmWrapperDll.getChannelMemberCount(channels.ToArray(), channels.Count, ref reqId);
 }