Exemple #1
0
 public List <string> GetSubscribedChannelGroups()
 {
     EndPoint.OtherOperation endpoint = new EndPoint.OtherOperation(pubnubConfig, jsonPluggableLibrary, pubnubUnitTest);
     return(endpoint.GetSubscribedChannelGroups());
 }
Exemple #2
0
 public List <string> GetSubscribedChannelGroups()
 {
     EndPoint.OtherOperation endpoint = new EndPoint.OtherOperation(pubnubConfig, jsonPluggableLibrary, pubnubUnitTest, pubnubLog, null, this);
     endpoint.CurrentPubnubInstance(this);
     return(endpoint.GetSubscribedChannelGroups());
 }