Click or drag to resize
IAircraftOnlineLookupLog Interface
Records the online aircraft detail lookup requests and responses over the past so-many minutes.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAircraftOnlineLookupLog : ISingleton<IAircraftOnlineLookupLog>, 
	IDisposable

The IAircraftOnlineLookupLog type exposes the following members.

Properties
  NameDescription
Public propertyLogLengthMinutes
Gets the number of minutes that the log records responses for.
Public propertySingleton
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetResponses
Returns the responses from aircraft online lookups over the past LogLengthMinutes minutes.
Public methodInitialise
Initialises the object.
Top
Events
  NameDescription
Public eventResponsesChanged
Raised when the list of responses held by the log changes.
Top
See Also