Click or drag to resize
IAirPressureManager Interface
The interface that objects that manage the downloading of air pressure readings has to implement.

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

The IAirPressureManager type exposes the following members.

Properties
  NameDescription
Public propertyDownloader
Gets the downloader that the manager uses to fetch air pressures.
Public propertyEnabled
Gets a value indicating that air pressure downloads are enabled.
Public propertyLookup
Gets the IAirPressureLookup that the manager is populating with downloaded air pressures.
Public propertySingleton
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.)
Top
Methods
  NameDescription
Public methodStart
Starts downloading air pressures in the background.
Public methodStop
Stops downloading air pressures in the background.
Top
Events
  NameDescription
Public eventDownloadCompleted
Raised when a download of air pressures has been completed.
Top
See Also