TryAddCount Method
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| CountdownEvent..::.TryAddCount Method |
| CountdownEvent Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| 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.
|