Beispiel #1
0
 /// <remarks/>
 public void GetHotelErrataAsync(HotelErrataRequest HotelErrataRequest, object userState) {
     if ((this.GetHotelErrataOperationCompleted == null)) {
         this.GetHotelErrataOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetHotelErrataOperationCompleted);
     }
     this.InvokeAsync("GetHotelErrata", new object[] {
                 HotelErrataRequest}, this.GetHotelErrataOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void GetHotelErrataAsync(HotelErrataRequest HotelErrataRequest) {
     this.GetHotelErrataAsync(HotelErrataRequest, null);
 }