SemaphoreSlimLocker Constructor (Int32, Int32)

Tungsten Suite

SemaphoreSlimLocker Constructor (Int32, 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,
	int maxCount
)

Parameters

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