Exemplo n.º 1
0
 /// <remarks/>
 public void GetOrderBankWirePaymentSettingsAsync(GetOrderBankWirePaymentSettingsRequest GetOrderBankWirePaymentSettingsRequest, object userState) {
     if ((this.GetOrderBankWirePaymentSettingsOperationCompleted == null)) {
         this.GetOrderBankWirePaymentSettingsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOrderBankWirePaymentSettingsOperationCompleted);
     }
     this.InvokeAsync("GetOrderBankWirePaymentSettings", new object[] {
                 GetOrderBankWirePaymentSettingsRequest}, this.GetOrderBankWirePaymentSettingsOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetOrderBankWirePaymentSettingsAsync(GetOrderBankWirePaymentSettingsRequest GetOrderBankWirePaymentSettingsRequest) {
     this.GetOrderBankWirePaymentSettingsAsync(GetOrderBankWirePaymentSettingsRequest, null);
 }