/// <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); }
/// <remarks/> public void AdjustCustomerSubscriptionAsync(AdjustCustomerSubscriptionRequest AdjustCustomerSubscriptionRequest) { this.AdjustCustomerSubscriptionAsync(AdjustCustomerSubscriptionRequest, null); }