Esempio n. 1
0
 /// <remarks/>
 public void GeSuperHotelListAsync(SuperHotelListRequest SuperHotelListRequest, object userState) {
     if ((this.GeSuperHotelListOperationCompleted == null)) {
         this.GeSuperHotelListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGeSuperHotelListOperationCompleted);
     }
     this.InvokeAsync("GeSuperHotelList", new object[] {
                 SuperHotelListRequest}, this.GeSuperHotelListOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void GeSuperHotelListAsync(SuperHotelListRequest SuperHotelListRequest) {
     this.GeSuperHotelListAsync(SuperHotelListRequest, null);
 }