Click or drag to resize
IAircraftOnlineLookupCacheEnabled Property
Gets a flag indicating that the cache is enabled.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool Enabled { get; }

Property Value

Type: Boolean
Remarks
IAircraftOnlineLookupManager checks this before it asks the cache to do something. However, given the multi-threaded nature of things you might be asked to load or save objects after you have disabled yourself. When this happens your cache should behave graciously, even if it does not honour the request.
See Also