The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CountdownEvent::Signal Method
.NET Framework (current version)
Registers a signal with the CountdownEvent, decrementing the value of CurrentCount.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Signal() | Registers a signal with the CountdownEvent, decrementing the value of CurrentCount. |
![]() | Signal(Int32) | Registers multiple signals with the CountdownEvent, decrementing the value of CurrentCount by the specified amount. |
Show:
