Click or drag to resize
IBaseStationDatabaseGetManyAircraftAndFlightsCountByCode Method
Returns aircraft records and counts of flights for many ICAO24 codes simultaneously.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Dictionary<string, BaseStationAircraftAndFlightsCount> GetManyAircraftAndFlightsCountByCode(
	IEnumerable<string> icao24s
)

Parameters

icao24s
Type: System.Collections.GenericIEnumerableString

Return Value

Type: DictionaryString, BaseStationAircraftAndFlightsCount
See Also