Sdílet prostřednictvím


AsyncBarrier – konstruktor

Inicializuje novou instanci AsyncBarrier.

Obor názvů:  Microsoft.VisualStudio.Threading
Sestavení:  Microsoft.VisualStudio.Threading (v Microsoft.VisualStudio.Threading.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    participants As Integer _
)
public AsyncBarrier(
    int participants
)
public:
AsyncBarrier(
    int participants
)
new : 
        participants:int -> AsyncBarrier
public function AsyncBarrier(
    participants : int
)

Parametry

  • participants
    Typ: Int32

    Počet účastníků.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

AsyncBarrier Třída

Microsoft.VisualStudio.Threading – obor názvů