Click or drag to resize
IStatisticsLock Method
Calls the delegate within a lock. The delegate must not, under any circumstances, call Lock(ActionIStatistics) or do anything that might call Lock(ActionIStatistics). A deadlock may occur if it does. Does nothing if the statistics have not been initialised.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Lock(
	Action<IStatistics> lockedDelegate
)

Parameters

lockedDelegate
Type: SystemActionIStatistics
See Also