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