/// <remarks/>
 public void UpdateLidAircraftAsync(UpdateInventoryAirCraftLid UpdateLidAircraftRequest, object userState) {
     if ((this.UpdateLidAircraftOperationCompleted == null)) {
         this.UpdateLidAircraftOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateLidAircraftOperationCompleted);
     }
     this.InvokeAsync("UpdateLidAircraft", new object[] {
                 UpdateLidAircraftRequest}, this.UpdateLidAircraftOperationCompleted, userState);
 }
 /// <remarks/>
 public void UpdateLidAircraftAsync(UpdateInventoryAirCraftLid UpdateLidAircraftRequest) {
     this.UpdateLidAircraftAsync(UpdateLidAircraftRequest, null);
 }