System.Threading.SemaphoreSlim: Constructor Members

The constructors of System.Threading.SemaphoreSlim are listed below. For a list of all members, see the SemaphoreSlim Members list.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Threading.SemaphoreSlim class, specifying the initial number of requests that can be granted concurrently.

Initializes a new instance of the System.Threading.SemaphoreSlim class, specifying the initial and maximum number of requests that can be granted concurrently.