System.Threading.CountdownEvent.TryAddCount Method

Attempts to increment CountdownEvent.CurrentCount by a specified value.

Syntax

public bool TryAddCount (int signalCount)

Parameters

signalCount
The value by which to increase CountdownEvent.CurrentCount.

Returns

true if the increment succeeded; otherwise, false. If CountdownEvent.CurrentCount is already at zero this will return 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