Beispiel #1
0
 /// <remarks/>
 public void GetHotelRemarksAsync(HotelRemarksRequest HotelRemarksRequest, object userState) {
     if ((this.GetHotelRemarksOperationCompleted == null)) {
         this.GetHotelRemarksOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetHotelRemarksOperationCompleted);
     }
     this.InvokeAsync("GetHotelRemarks", new object[] {
                 HotelRemarksRequest}, this.GetHotelRemarksOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void GetHotelRemarksAsync(HotelRemarksRequest HotelRemarksRequest) {
     this.GetHotelRemarksAsync(HotelRemarksRequest, null);
 }