IAircraftOnlineLookupProvider Interface |
Namespace: VirtualRadar.Interface
The IAircraftOnlineLookupProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataSupplier |
Gets a short name for the supplier of aircraft data being used by the provider.
|
![]() | MaxBatchSize |
Gets the largest batch size that the online service can accept.
|
![]() | MaxSecondsAfterFailedRequest |
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.
|
![]() | MinSecondsBetweenRequests |
Gets the minimum number of seconds between requests. Do not set this to less than one. This restriction
is policed by the code.
|
![]() | SupplierCredits |
Gets a longer string crediting the supplier of aircraft data being used by the provider.
|
![]() | SupplierWebSiteUrl |
Gets the URL of the data supplier's web site.
|
Name | Description | |
---|---|---|
![]() | DoLookup |
Periodically called to fetch aircraft details from the online service.
|
![]() | InitialiseSupplierDetails |
Called when the program wants to know the data supplier details.
|