Click or drag to resize
IBaseStationDatabaseUpsertManyAircraftByCodes Method

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
BaseStationAircraft[] UpsertManyAircraftByCodes(
	IEnumerable<string> icaos,
	Func<BaseStationAircraft, BaseStationAircraft> fillAircraft
)

Parameters

icaos
Type: System.Collections.GenericIEnumerableString
fillAircraft
Type: SystemFuncBaseStationAircraft, BaseStationAircraft

Return Value

Type: BaseStationAircraft
See Also