コード例 #1
0
 /// <remarks/>
 public void GetCustomerWalletAccountAsync(GetCustomerWalletAccountRequest GetCustomerWalletAccountRequest, object userState) {
     if ((this.GetCustomerWalletAccountOperationCompleted == null)) {
         this.GetCustomerWalletAccountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerWalletAccountOperationCompleted);
     }
     this.InvokeAsync("GetCustomerWalletAccount", new object[] {
                 GetCustomerWalletAccountRequest}, this.GetCustomerWalletAccountOperationCompleted, userState);
 }
コード例 #2
0
 /// <remarks/>
 public void GetCustomerWalletAccountAsync(GetCustomerWalletAccountRequest GetCustomerWalletAccountRequest) {
     this.GetCustomerWalletAccountAsync(GetCustomerWalletAccountRequest, null);
 }