예제 #1
0
 /// <remarks/>
 public void FareDisplayAsync(OTA_AirFareDisplayRQType OTA_AirFareDisplayRQ, object userState) {
     if ((this.FareDisplayOperationCompleted == null)) {
         this.FareDisplayOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFareDisplayOperationCompleted);
     }
     this.InvokeAsync("FareDisplay", new object[] {
                 OTA_AirFareDisplayRQ}, this.FareDisplayOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void FareDisplayAsync(OTA_AirFareDisplayRQType OTA_AirFareDisplayRQ) {
     this.FareDisplayAsync(OTA_AirFareDisplayRQ, null);
 }