Example #1
0
 /// <remarks/>
 public void CreateTransferBookingV2Async(TransfersBookingRequestV2 TransfersBookingRequestV2, object userState) {
     if ((this.CreateTransferBookingV2OperationCompleted == null)) {
         this.CreateTransferBookingV2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateTransferBookingV2OperationCompleted);
     }
     this.InvokeAsync("CreateTransferBookingV2", new object[] {
                 TransfersBookingRequestV2}, this.CreateTransferBookingV2OperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void CreateTransferBookingV2Async(TransfersBookingRequestV2 TransfersBookingRequestV2) {
     this.CreateTransferBookingV2Async(TransfersBookingRequestV2, null);
 }