ISimpleAircraftListListSyncLock Property |
Gets the object that should be used to lock the
Aircraft list before it is modified.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Object ListSyncLock { get; }
ReadOnly Property ListSyncLock As Object
Get
property Object^ ListSyncLock {
Object^ get ();
}
abstract ListSyncLock : Object with get
Property Value
Type:
ObjectRemarks
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