CountdownEvent::Reset Method (Int32)
.NET Framework (current version)
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.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: