コード例 #1
0
 /// <remarks/>
 public void GetCustomerAccountHistoryAsync(GetCustomerAccountHistoryRequest GetCustomerAccountHistoryRequest, object userState) {
     if ((this.GetCustomerAccountHistoryOperationCompleted == null)) {
         this.GetCustomerAccountHistoryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerAccountHistoryOperationCompleted);
     }
     this.InvokeAsync("GetCustomerAccountHistory", new object[] {
                 GetCustomerAccountHistoryRequest}, this.GetCustomerAccountHistoryOperationCompleted, userState);
 }
コード例 #2
0
 /// <remarks/>
 public void GetCustomerAccountHistoryAsync(GetCustomerAccountHistoryRequest GetCustomerAccountHistoryRequest) {
     this.GetCustomerAccountHistoryAsync(GetCustomerAccountHistoryRequest, null);
 }