TryAddCount Method

Task Parallel System.Threading

Overload List

  NameDescription
TryAddCount()()()
Attempts to increment the CountdownEvent's current count by one.
TryAddCount(Int32)
Attempts to increment the CountdownEvent's current count by a specified value.

See Also