IAircraftOnlineLookupCacheEnabled Property |
Gets a flag indicating that the cache is enabled.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property Enabled As Boolean
Get
property bool Enabled {
bool get ();
}
abstract Enabled : bool with get
Property Value
Type:
BooleanRemarks 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