ILocker.InLockAsync Method (Action)

Tungsten Suite

ILockerInLockAsync Method (Action)

[Missing <summary> documentation for "M:W.Threading.Lockers.ILocker.InLockAsync(System.Action)"]

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

Parameters

action
Type: SystemAction

[Missing <param name="action"/> documentation for "M:W.Threading.Lockers.ILocker.InLockAsync(System.Action)"]

Return Value

Type: Task

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

See Also