示例#1
0
 /// <remarks/>
 public void GetHotelVoucherAsync(HotelVoucherRequest HotelVoucherRequest, object userState) {
     if ((this.GetHotelVoucherOperationCompleted == null)) {
         this.GetHotelVoucherOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetHotelVoucherOperationCompleted);
     }
     this.InvokeAsync("GetHotelVoucher", new object[] {
                 HotelVoucherRequest}, this.GetHotelVoucherOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void GetHotelVoucherAsync(HotelVoucherRequest HotelVoucherRequest) {
     this.GetHotelVoucherAsync(HotelVoucherRequest, null);
 }