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