System.Threading.CountdownEvent.Signal Method

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

Syntax

public bool Signal ()

Returns

true if the signal 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