Compartir a través de


AsyncBarrier Constructor

Initializes a new instance of AsyncBarrier.

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

Syntax

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

Parameters

  • participants
    Type: System.Int32

    The number of participants.

.NET Framework Security

See Also

Reference

AsyncBarrier Class

Microsoft.VisualStudio.Threading Namespace