AsyncBarrier(Int32) Constructor

Definition

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.

Applies to