StateLocker(TLocker, TState).InLock Method (Action)

Tungsten Suite

StateLockerTLocker, TStateInLock Method (Action)

Performs an action from within a lock

Namespace:  W.Threading.Lockers
Assembly:  Tungsten.Threading.Lockers (in Tungsten.Threading.Lockers.dll) Version: 2.0.1
Syntax
C#
public void InLock(
	Action action
)

Parameters

action
Type: SystemAction
The action to run

Implements

ILockerInLock(Action)
See Also