ILocker.InLock Method (Action)

Tungsten Suite

ILockerInLock Method (Action)

Perform some action in a lock

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

Parameters

action
Type: SystemAction
The action to perform
See Also