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

Tungsten Suite

StateLockerTLocker, TStateInLockAsync Method (Action)

Asynchronously 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 Task InLockAsync(
	Action action
)

Parameters

action
Type: SystemAction
The action to run

Return Value

Type: Task

[Missing <returns> documentation for "M:W.Threading.Lockers.StateLocker`2.InLockAsync(System.Action)"]

Implements

ILockerInLockAsync(Action)
See Also