AddCount Method
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| CountdownEvent..::.AddCount Method |
| CountdownEvent Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| AddCount()()() |
Increments the CountdownEvent's current count by one.
| |
| AddCount(Int32) |
Increments the CountdownEvent's current count by a specified
value.
|