Exemplo n.º 1
0
 /// <remarks/>
 public void CreateTransferBookingV3Async(TransfersBookingRequestV3 TransfersBookingRequestV3, object userState) {
     if ((this.CreateTransferBookingV3OperationCompleted == null)) {
         this.CreateTransferBookingV3OperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateTransferBookingV3OperationCompleted);
     }
     this.InvokeAsync("CreateTransferBookingV3", new object[] {
                 TransfersBookingRequestV3}, this.CreateTransferBookingV3OperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void CreateTransferBookingV3Async(TransfersBookingRequestV3 TransfersBookingRequestV3) {
     this.CreateTransferBookingV3Async(TransfersBookingRequestV3, null);
 }