Esempio n. 1
0
 /// <remarks/>
 public void GetCustomerSubscriptionsAsync(GetCustomerSubscriptionsRequest GetCustomerSubscriptionsRequest, object userState) {
     if ((this.GetCustomerSubscriptionsOperationCompleted == null)) {
         this.GetCustomerSubscriptionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerSubscriptionsOperationCompleted);
     }
     this.InvokeAsync("GetCustomerSubscriptions", new object[] {
                 GetCustomerSubscriptionsRequest}, this.GetCustomerSubscriptionsOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void GetCustomerSubscriptionsAsync(GetCustomerSubscriptionsRequest GetCustomerSubscriptionsRequest) {
     this.GetCustomerSubscriptionsAsync(GetCustomerSubscriptionsRequest, null);
 }