IAirPressureDownloaderFetch Method |
Fetches a set of pressure readings.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Function Fetch As AirPressure()
array<AirPressure^>^ Fetch()
abstract Fetch : unit -> AirPressure[]
Return Value
Type:
AirPressureRemarks
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