System.Threading.CountdownEvent.Signal Method

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

Syntax

public bool Signal (int signalCount)

Parameters

signalCount
The number of signals to register.

Returns

true if the signals caused the count to reach zero and the event was set; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

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