CountdownEvent.AddCount Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Increments the CountdownEvent's current count by one.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | The current instance has already been disposed. |
| InvalidOperationException | The current instance is already set. -or- CurrentCount is equal to or greater than MaxValue. |
Show: