Example #1
0
 /// <remarks/>
 public void ProcessShipConfirmAsync(ShipConfirmRequest ShipConfirmRequest, object userState) {
     if ((this.ProcessShipConfirmOperationCompleted == null)) {
         this.ProcessShipConfirmOperationCompleted = new System.Threading.SendOrPostCallback(this.OnProcessShipConfirmOperationCompleted);
     }
     this.InvokeAsync("ProcessShipConfirm", new object[] {
                 ShipConfirmRequest}, this.ProcessShipConfirmOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void ProcessShipConfirmAsync(ShipConfirmRequest ShipConfirmRequest) {
     this.ProcessShipConfirmAsync(ShipConfirmRequest, null);
 }