AsyncBarrier Constructor (Int32)

 

Initializes a new instance of AsyncBarrier.

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

public:
AsyncBarrier(
	int participants
)

Parameters

participants
Type: System::Int32

The number of participants.

Return to top
Show: