예제 #1
0
 /// <remarks/>
 public void GetCustomerCheckingAccountAsync(GetCustomerCheckingAccountRequest GetCustomerCheckingAccountRequest, object userState) {
     if ((this.GetCustomerCheckingAccountOperationCompleted == null)) {
         this.GetCustomerCheckingAccountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerCheckingAccountOperationCompleted);
     }
     this.InvokeAsync("GetCustomerCheckingAccount", new object[] {
                 GetCustomerCheckingAccountRequest}, this.GetCustomerCheckingAccountOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void GetCustomerCheckingAccountAsync(GetCustomerCheckingAccountRequest GetCustomerCheckingAccountRequest) {
     this.GetCustomerCheckingAccountAsync(GetCustomerCheckingAccountRequest, null);
 }