Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
System
Threading
CountdownEvent
C# Class System.Threading.CountdownEvent
Inheritance:
IDisposable
Mostra file
Open project: runefs/Marvin
Class Usage Examples
Public Methods
Method
Description
CountdownEvent
(
int
count
) :
System
Private Methods
Method
Description
ApplyOperation
(
int
num
,
Action
doCheck
) :
bool
ApplyOperation
(
int
num
,
Action
doCheck
,
int
&
newValue
) :
bool
Wait
(
Func
waitPredicate
) :
bool
Method Details
CountdownEvent()
public
method
public
CountdownEvent
(
int
count
) :
System
count
int
return
System