IAircraftOnlineLookupLookupMany Method |
Adds the lookup of multiple ICAOs to the next batch to be sent.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void LookupMany(
IEnumerable<string> icaos
)
Sub LookupMany (
icaos As IEnumerable(Of String)
)
void LookupMany(
IEnumerable<String^>^ icaos
)
abstract LookupMany :
icaos : IEnumerable<string> -> unit
Parameters
- icaos
- Type: System.Collections.GenericIEnumerableString
See Also