Пример #1
0
 /// <remarks/>
 public void AdjustCustomerSubscriptionAsync(AdjustCustomerSubscriptionRequest AdjustCustomerSubscriptionRequest, object userState) {
     if ((this.AdjustCustomerSubscriptionOperationCompleted == null)) {
         this.AdjustCustomerSubscriptionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAdjustCustomerSubscriptionOperationCompleted);
     }
     this.InvokeAsync("AdjustCustomerSubscription", new object[] {
                 AdjustCustomerSubscriptionRequest}, this.AdjustCustomerSubscriptionOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void AdjustCustomerSubscriptionAsync(AdjustCustomerSubscriptionRequest AdjustCustomerSubscriptionRequest) {
     this.AdjustCustomerSubscriptionAsync(AdjustCustomerSubscriptionRequest, null);
 }