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
ADLTest
CountdownLatch
C# Class ADLTest.CountdownLatch
Mostra file
Open project: addlive/addlive_sdk_c_sharp
Class Usage Examples
Public Methods
Method
Description
CountdownLatch
(
int
count
= 1 ) :
System
Signal
( ) :
void
Wait
(
int
timeout
= 2000 ) :
bool
Method Details
CountdownLatch()
public
method
public
CountdownLatch
(
int
count
= 1 ) :
System
count
int
return
System
Signal()
public
method
public
Signal
( ) :
void
return
void
Wait()
public
method
public
Wait
(
int
timeout
= 2000 ) :
bool
timeout
int
return
bool