SemaphoreSlimLocker Constructor (Int32)

Tungsten Suite

SemaphoreSlimLocker Constructor (Int32)

Constructs a new SemaphoreSlimLocker

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

Parameters

initialCount
Type: SystemInt32
The initial number of requests that the semaphore can grant concurrently
See Also