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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Lock(
Action action
)
Public Sub Lock (
action As Action
)
public:
void Lock(
Action^ action
)
member Lock :
action : Action -> unit
Parameters
- action
- Type: SystemAction
See Also