CountdownEvent.Reset Method (Int32)
Resets the InitialCount property to a specified value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- count
- Type: System.Int32
The number of signals required to set the CountdownEvent.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The current instance has alread been disposed. |
| ArgumentOutOfRangeException | count is less than 0. |
This method resets InitialCount for all subsequent accesses of the property on the current instance. Unlike most of the members of CountdownEvent, Reset is not thread-safe and may not be used concurrently with other members of this instance.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.