Click or drag to resize
ISimpleAircraftListListSyncLock Property
Gets the object that should be used to lock the Aircraft list before it is modified.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Object ListSyncLock { get; }

Property Value

Type: Object
Remarks
If the list will not be accessed from multiple threads then this can be ignored. Bear in mind that if the list is given to the website or web server then it will be accessed from multiple threads by those.
See Also