Ejemplo n.º 1
0
 /// <remarks/>
 public void UpdateCustomerShippingAddressAsync(UpdateCustomerShippingAddressRequestData request) {
     this.UpdateCustomerShippingAddressAsync(request, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void UpdateCustomerShippingAddressAsync(UpdateCustomerShippingAddressRequestData request, object userState) {
     if ((this.UpdateCustomerShippingAddressOperationCompleted == null)) {
         this.UpdateCustomerShippingAddressOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateCustomerShippingAddressOperationCompleted);
     }
     this.InvokeAsync("UpdateCustomerShippingAddress", new object[] {
                 request}, this.UpdateCustomerShippingAddressOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public UpdateCustomerShippingAddressResponseData UpdateCustomerShippingAddress(UpdateCustomerShippingAddressRequestData request) {
     object[] results = this.Invoke("UpdateCustomerShippingAddress", new object[] {
                 request});
     return ((UpdateCustomerShippingAddressResponseData)(results[0]));
 }