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: Int32Počet účastníků.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.