Click or drag to resize
ExpiringCollectionTItemLock Method
Calls the action passed across with the list locked. Do not perform an action that will attempt to lock the list from another thread, it will block.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Lock(
	Action action
)

Parameters

action
Type: SystemAction
See Also