Example #1
0
 /// <remarks/>
 public void GetBookingInfoV3Async(BookingInfoRequest BookingInfoRequest, object userState) {
     if ((this.GetBookingInfoV3OperationCompleted == null)) {
         this.GetBookingInfoV3OperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetBookingInfoV3OperationCompleted);
     }
     this.InvokeAsync("GetBookingInfoV3", new object[] {
                 BookingInfoRequest}, this.GetBookingInfoV3OperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void GetBookingInfoV3Async(BookingInfoRequest BookingInfoRequest) {
     this.GetBookingInfoV3Async(BookingInfoRequest, null);
 }