Example #1
0
 /// <remarks/>
 public void get_allClientSubscriptionInfoAsync(get_allClientSubscriptionInfo get_allClientSubscriptionInfo1)
 {
     this.get_allClientSubscriptionInfoAsync(get_allClientSubscriptionInfo1, null);
 }
Example #2
0
 /// <remarks/>
 public void get_allClientSubscriptionInfoAsync(get_allClientSubscriptionInfo get_allClientSubscriptionInfo1, object userState)
 {
     if ((this.get_allClientSubscriptionInfoOperationCompleted == null))
     {
         this.get_allClientSubscriptionInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_allClientSubscriptionInfoOperationCompleted);
     }
     this.InvokeAsync("get_allClientSubscriptionInfo", new object[] {
             get_allClientSubscriptionInfo1}, this.get_allClientSubscriptionInfoOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public System.IAsyncResult Beginget_allClientSubscriptionInfo(get_allClientSubscriptionInfo get_allClientSubscriptionInfo1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_allClientSubscriptionInfo", new object[] {
             get_allClientSubscriptionInfo1}, callback, asyncState);
 }