Resets the CountdownEvent.InitialCount property to a specified value.
- count
- The number of signals required to set the System.Threading.CountdownEvent.
This method resets CountdownEvent.InitialCount for all subsequent accesses of the property on the current instance. Unlike most of the members of System.Threading.CountdownEvent, Reset is not thread-safe and may not be used concurrently with other members of this instance.