Example #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);
 }
Example #2
0
 /// <remarks/>
 public void GeSuperHotelListAsync(SuperHotelListRequest SuperHotelListRequest) {
     this.GeSuperHotelListAsync(SuperHotelListRequest, null);
 }