AsyncCountdownEvent Constructor (Int32)

 

Initializes a new instance of AsyncCountdownEvent.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
AsyncCountdownEvent(
	int initialCount
)

Parameters

initialCount
Type: System::Int32

The number of signals required to unblock the awaiters.

Return to top
Show: