AddCount Method (Int32)
Collapse the table of content
Expand the table of content

CountdownEvent.AddCount Method (Int32)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Increments the CountdownEvent's current count by a specified value.

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

public void AddCount(
	int signalCount
)

Parameters

signalCount
Type: System.Int32
The value by which to increase CurrentCount.

ExceptionCondition
ObjectDisposedException

The current instance has already been disposed.

ArgumentOutOfRangeException

signalCount is less than or equal to 0.

InvalidOperationException

The current instance is already set.

-or-

CurrentCount is equal to or greater than MaxValue after count is incremented by signalCount.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft