Пример #1
0
 /// <remarks/>
 public void GetOrderShippingMethodsAsync(GetOrderShippingMethodsRequest GetOrderShippingMethodsRequest, object userState) {
     if ((this.GetOrderShippingMethodsOperationCompleted == null)) {
         this.GetOrderShippingMethodsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOrderShippingMethodsOperationCompleted);
     }
     this.InvokeAsync("GetOrderShippingMethods", new object[] {
                 GetOrderShippingMethodsRequest}, this.GetOrderShippingMethodsOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void GetOrderShippingMethodsAsync(GetOrderShippingMethodsRequest GetOrderShippingMethodsRequest) {
     this.GetOrderShippingMethodsAsync(GetOrderShippingMethodsRequest, null);
 }