Exemplo 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);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetCustomerSubscriptionsAsync(GetCustomerSubscriptionsRequest GetCustomerSubscriptionsRequest) {
     this.GetCustomerSubscriptionsAsync(GetCustomerSubscriptionsRequest, null);
 }