AsyncBarrier(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 AsyncBarrier class.
public:
AsyncBarrier(int participants);
public:
AsyncBarrier(int participants);
AsyncBarrier(int participants);
public AsyncBarrier (int participants);
new Microsoft.VisualStudio.Threading.AsyncBarrier : int -> Microsoft.VisualStudio.Threading.AsyncBarrier
Public Sub New (participants As Integer)
Parameters
- participants
- Int32
The number of participants.