AsyncCountdownEvent(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AsyncCountdownEvent class.
public:
AsyncCountdownEvent(int initialCount);
public:
AsyncCountdownEvent(int initialCount);
AsyncCountdownEvent(int initialCount);
public AsyncCountdownEvent (int initialCount);
new Microsoft.VisualStudio.Threading.AsyncCountdownEvent : int -> Microsoft.VisualStudio.Threading.AsyncCountdownEvent
Public Sub New (initialCount As Integer)
Parameters
- initialCount
- Int32
The number of signals required to unblock awaiters.