예제 #1
0
 /// <remarks/>
 public void DeleteCustomerAccountHistoryAsync(DeleteCustomerAccountHistoryRequest DeleteCustomerAccountHistoryRequest, object userState) {
     if ((this.DeleteCustomerAccountHistoryOperationCompleted == null)) {
         this.DeleteCustomerAccountHistoryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteCustomerAccountHistoryOperationCompleted);
     }
     this.InvokeAsync("DeleteCustomerAccountHistory", new object[] {
                 DeleteCustomerAccountHistoryRequest}, this.DeleteCustomerAccountHistoryOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void DeleteCustomerAccountHistoryAsync(DeleteCustomerAccountHistoryRequest DeleteCustomerAccountHistoryRequest) {
     this.DeleteCustomerAccountHistoryAsync(DeleteCustomerAccountHistoryRequest, null);
 }