Release Method

Task Parallel System.Threading

Overload List

  NameDescription
Release()()()
Exits the SemaphoreSlim once.
Release(Int32)
Exits the SemaphoreSlim a specified number of times.

See Also