Signal Method
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| CountdownEvent..::.Signal Method |
| CountdownEvent Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| 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.
|