Click or drag to resize
IAircraftOnlineLookupManagerRecordNeedsRefresh Method
Returns true if the details passed across indicate that the aircraft that they belong to needs refreshing.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool RecordNeedsRefresh(
	string registration,
	string manufacturer,
	string model,
	string operatorName,
	DateTime lastUpdatedUtc
)

Parameters

registration
Type: SystemString
manufacturer
Type: SystemString
model
Type: SystemString
operatorName
Type: SystemString
lastUpdatedUtc
Type: SystemDateTime

Return Value

Type: Boolean
See Also