Signal Method

Task Parallel System.Threading

Overload List

  NameDescription
Signal()()()
Registers a signal with the CountdownEvent, decrementing its count.
Signal(Int32)
Registers multiple signals with the CountdownEvent, decrementing its count by the specified amount.

See Also