| AircraftFetcherTKey, TDetail Methods |
The AircraftFetcherTKey, TDetail generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
See interface docs.
| |
| Dispose(Boolean) |
Disposes of or finalises the object.
| |
| DoExtraFastTimerTickWork |
Called after the basic fast timer tick work has been completed.
| |
| DoExtraSlowTimerTickWork |
Called after the basic slow timer tick work has been completed.
| |
| DoFetchAircraft |
Fetches the detail for the aircraft, raising any events necessary when a change has been detected.
| |
| DoFetchManyAircraft |
When overridden by a derivee this fetches many aircraft details simultaneously.
| |
| DoInitialise |
Initialises the object. This is called within a lock, do not call Initialise from
within this.
| |
| DoRegisterAircraft |
Registers or refreshes the entry for the key passed across.
| |
| Equals | (Inherited from Object.) | |
| FauxFetchAircraft |
Fakes an aircraft fetch. Some derivees may hook events that pre-fetch the interesting data and they don't want to fetch
it again with a call to FetchAircraft, so this applies the same lock as FetchAircraft and calls the action passed across.
| |
| Finalize |
Finalises the object.
(Overrides ObjectFinalize.) | |
| GetFetchedDetailUnderLock |
Returns the fetched detail for a key.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetRegisteredAircraft |
Returns a copy of the dictionary that holds all of the registered aircraft for which
at least one fetch has already been made.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialise |
Initialises the object.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RecheckAll |
Refetches all expired records, optionally forcing a refetch of records even if they have not expired.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |