/// <remarks/>
 public void ConfirmShipmentForTMSCustomerAsync(ConfirmQuoteRequestInfoForTMSCustomer ConfirmQuoteRequestInfoForTMSCustomer, object userState) {
     if ((this.ConfirmShipmentForTMSCustomerOperationCompleted == null)) {
         this.ConfirmShipmentForTMSCustomerOperationCompleted = new System.Threading.SendOrPostCallback(this.OnConfirmShipmentForTMSCustomerOperationCompleted);
     }
     this.InvokeAsync("ConfirmShipmentForTMSCustomer", new object[] {
                 ConfirmQuoteRequestInfoForTMSCustomer}, this.ConfirmShipmentForTMSCustomerOperationCompleted, userState);
 }
 /// <remarks/>
 public void ConfirmShipmentForTMSCustomerAsync(ConfirmQuoteRequestInfoForTMSCustomer ConfirmQuoteRequestInfoForTMSCustomer) {
     this.ConfirmShipmentForTMSCustomerAsync(ConfirmQuoteRequestInfoForTMSCustomer, null);
 }