System.Threading.CountdownEvent.TryAddCount Method

Attempts to increment CountdownEvent.CurrentCount by one.

Syntax

public bool TryAddCount ()

Returns

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