예제 #1
0
파일: Pubnub.cs 프로젝트: johncrn/c-sharp
 public List <string> GetSubscribedChannels()
 {
     EndPoint.OtherOperation endpoint = new EndPoint.OtherOperation(pubnubConfig, jsonPluggableLibrary, pubnubUnitTest);
     return(endpoint.GetSubscribedChannels());
 }
예제 #2
0
 public List <string> GetSubscribedChannels()
 {
     EndPoint.OtherOperation endpoint = new EndPoint.OtherOperation(pubnubConfig, jsonPluggableLibrary, pubnubUnitTest, pubnubLog, null, this);
     endpoint.CurrentPubnubInstance(this);
     return(endpoint.GetSubscribedChannels());
 }