System.Threading.SemaphoreSlim Members

The members of System.Threading.SemaphoreSlim are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
AvailableWaitHandleWaitHandle. Documentation for this section has not yet been entered.
[read-only]
CurrentCountint. Documentation for this section has not yet been entered.

Public Methods

Dispose()
Documentation for this section has not yet been entered.
Finalize()
Documentation for this section has not yet been entered.
Release() : int
Documentation for this section has not yet been entered.
Release(int) : int
Documentation for this section has not yet been entered.
Wait()
Documentation for this section has not yet been entered.
Wait(int) : bool
Documentation for this section has not yet been entered.
Wait(CancellationToken)
Documentation for this section has not yet been entered.
Wait(TimeSpan) : bool
Documentation for this section has not yet been entered.
Wait(int, CancellationToken) : bool
Documentation for this section has not yet been entered.
Wait(TimeSpan, CancellationToken) : bool
Documentation for this section has not yet been entered.

Protected Methods

Dispose(bool)
Documentation for this section has not yet been entered.