Ejemplo n.º 1
0
 /// <remarks/>
 public void GetCustomerShippingAddressAsync(GetCustomerShippingAddressRequestData request) {
     this.GetCustomerShippingAddressAsync(request, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetCustomerShippingAddressAsync(GetCustomerShippingAddressRequestData request, object userState) {
     if ((this.GetCustomerShippingAddressOperationCompleted == null)) {
         this.GetCustomerShippingAddressOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerShippingAddressOperationCompleted);
     }
     this.InvokeAsync("GetCustomerShippingAddress", new object[] {
                 request}, this.GetCustomerShippingAddressOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public GetCustomerShippingAddressResponseData GetCustomerShippingAddress(GetCustomerShippingAddressRequestData request) {
     object[] results = this.Invoke("GetCustomerShippingAddress", new object[] {
                 request});
     return ((GetCustomerShippingAddressResponseData)(results[0]));
 }