SemaphoreSlimLocker Constructor

Tungsten Suite

SemaphoreSlimLocker Constructor

Constructs a new SemaphoreSlimLocker with an initial request count of 1 and maximum request count of 1

Namespace:  W.Threading.Lockers
Assembly:  Tungsten.Threading.Lockers (in Tungsten.Threading.Lockers.dll) Version: 2.0.1
Syntax
C#
public SemaphoreSlimLocker()
See Also