Release Method
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| SemaphoreSlim..::.Release Method |
| SemaphoreSlim Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| Release()()() |
Exits the SemaphoreSlim once.
| |
| Release(Int32) |
Exits the SemaphoreSlim a specified number of times.
|