Click or drag to resize
IAirPressureDownloader.Fetch Method
Fetches a set of pressure readings.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
AirPressure[] Fetch()

Return Value

Type:AirPressure[]
Remarks

The downloader is expected to allow all exceptions to bubble up to the caller. If an exception is thrown then the next call to fetch can be expected before IntervalMinutes has expired.

See Also