Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSignal()

Registers a signal with the CountdownEvent, decrementing the value of CurrentCount.

System_CAPS_pubmethodSignal(Int32)

Registers multiple signals with the CountdownEvent, decrementing the value of CurrentCount by the specified amount.

Return to top
Show:
© 2017 Microsoft