Exemplo n.º 1
0
 public void TerminateCurrentSubscriberRequest()
 {
     EndPoint.OtherOperation endpoint = new EndPoint.OtherOperation(pubnubConfig, jsonPluggableLibrary, pubnubUnitTest);
     endpoint.TerminateCurrentSubscriberRequest();
 }
Exemplo n.º 2
0
 public void ChangeUUID(string newUUID)
 {
     EndPoint.OtherOperation endPoint = new EndPoint.OtherOperation(pubnubConfig, jsonPluggableLibrary, pubnubUnitTest, pubnubLog, telemetryManager, this);
     endPoint.CurrentPubnubInstance(this);
     endPoint.ChangeUUID(newUUID);
 }
Exemplo n.º 3
0
 public List <string> GetSubscribedChannelGroups()
 {
     EndPoint.OtherOperation endpoint = new EndPoint.OtherOperation(pubnubConfig, jsonPluggableLibrary, pubnubUnitTest, pubnubLog, null, this);
     endpoint.CurrentPubnubInstance(this);
     return(endpoint.GetSubscribedChannelGroups());
 }
Exemplo n.º 4
0
 public void TerminateCurrentSubscriberRequest()
 {
     EndPoint.OtherOperation endpoint = new EndPoint.OtherOperation(pubnubConfig, jsonPluggableLibrary, pubnubUnitTest, pubnubLog, null, this);
     endpoint.CurrentPubnubInstance(this);
     endpoint.TerminateCurrentSubscriberRequest();
 }