Exemplo n.º 1
0
 /// <remarks/>
 public void GetCustomerSubscriptionAsync(GetCustomerSubscriptionRequest GetCustomerSubscriptionRequest, object userState) {
     if ((this.GetCustomerSubscriptionOperationCompleted == null)) {
         this.GetCustomerSubscriptionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerSubscriptionOperationCompleted);
     }
     this.InvokeAsync("GetCustomerSubscription", new object[] {
                 GetCustomerSubscriptionRequest}, this.GetCustomerSubscriptionOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetCustomerSubscriptionAsync(GetCustomerSubscriptionRequest GetCustomerSubscriptionRequest) {
     this.GetCustomerSubscriptionAsync(GetCustomerSubscriptionRequest, null);
 }