The SemaphoreLight type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| SemaphoreLight |
Initializes a new instance of the SemaphoreLight class, specifying
the initial number of requests that can be granted concurrently.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Release |
Exits the SemaphoreLight once.
| |
| Release(Int32) |
Exits the SemaphoreLight a specified number of times.
| |
| (Inherited from | ||
| Wait |
Blocks the current thread until it can enter the SemaphoreLight.
|
Properties
| Name | Description | |
|---|---|---|
| CurrentCount |
Gets the current count of the SemaphoreLight.
|
See Also