Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ActiveMQ
Util
CountDownLatch2
C# 클래스 ActiveMQ.Util.CountDownLatch2
파일 보기
프로젝트 열기: ThorTech/apache-nms
공개 메소드들
메소드
설명
CountDownLatch2
(
int
i
) :
System
await
( ) :
bool
await
(
System.TimeSpan
timeout
) :
bool
await
(
int
millis
) :
bool
countDown
( ) :
void
메소드 상세
CountDownLatch2()
공개
메소드
public
CountDownLatch2
(
int
i
) :
System
i
int
리턴
System
await()
공개
메소드
public
await
( ) :
bool
리턴
bool
await()
공개
메소드
public
await
(
System.TimeSpan
timeout
) :
bool
timeout
System.TimeSpan
리턴
bool
await()
공개
메소드
public
await
(
int
millis
) :
bool
millis
int
리턴
bool
countDown()
공개
메소드
public
countDown
( ) :
void
리턴
void