CountdownEvent Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of CountdownEvent class with the specified count.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- initialCount
- Type: System.Int32
The number of signals initially required to set the CountdownEvent.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | initialCount is less than 0. |
Show: