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