コード例 #1
0
ファイル: Pubnub.cs プロジェクト: dotnetnate/c-sharp
 public void Destroy()
 {
     savedSubscribeOperation = null;
     EndPoint.OtherOperation endpoint = new EndPoint.OtherOperation(pubnubConfig, jsonPluggableLibrary, pubnubUnitTest, pubnubLog, null, this);
     endpoint.CurrentPubnubInstance(this);
     endpoint.EndPendingRequests();
 }
コード例 #2
0
ファイル: Pubnub.cs プロジェクト: johncrn/c-sharp
 public void Destroy()
 {
     savedSubscribeOperation = null;
     EndPoint.OtherOperation endpoint = new EndPoint.OtherOperation(pubnubConfig, jsonPluggableLibrary, pubnubUnitTest);
     endpoint.EndPendingRequests();
 }