Click or drag to resize
IAircraftOnlineLookupProvider Properties

The IAircraftOnlineLookupProvider type exposes the following members.

Properties
  NameDescription
Public propertyDataSupplier
Gets a short name for the supplier of aircraft data being used by the provider.
Public propertyMaxBatchSize
Gets the largest batch size that the online service can accept.
Public propertyMaxSecondsAfterFailedRequest
Gets the maximum number of seconds to wait between failed requests. After each request the lookup waits for an extra MinSecondsBetweenRequests until this limit is reached.
Public propertyMinSecondsBetweenRequests
Gets the minimum number of seconds between requests. Do not set this to less than one. This restriction is policed by the code.
Public propertySupplierCredits
Gets a longer string crediting the supplier of aircraft data being used by the provider.
Public propertySupplierWebSiteUrl
Gets the URL of the data supplier's web site.
Top
See Also