IAircraftOnlineLookupManagerRecordNeedsRefresh Method |
Returns true if the details passed across indicate that the aircraft that they belong to needs refreshing.
Namespace: VirtualRadar.InterfaceAssembly: 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
)
Function RecordNeedsRefresh (
registration As String,
manufacturer As String,
model As String,
operatorName As String,
lastUpdatedUtc As DateTime
) As Boolean
bool RecordNeedsRefresh(
String^ registration,
String^ manufacturer,
String^ model,
String^ operatorName,
DateTime lastUpdatedUtc
)
abstract RecordNeedsRefresh :
registration : string *
manufacturer : string *
model : string *
operatorName : string *
lastUpdatedUtc : DateTime -> bool
Parameters
- registration
- Type: SystemString
- manufacturer
- Type: SystemString
- model
- Type: SystemString
- operatorName
- Type: SystemString
- lastUpdatedUtc
- Type: SystemDateTime
Return Value
Type:
BooleanSee Also