Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
XDMessaging
Transport
Amazon
ResourceCounter
C# 클래스 XDMessaging.Transport.Amazon.ResourceCounter
상속:
IResourceCounter
파일 보기
프로젝트 열기: TheCodeKing/XDMessaging.Net
1 사용 예제들
공개 메소드들
메소드
설명
Decrement
(
string
name
) :
int
Increment
(
string
name
) :
void
비공개 메소드들
메소드
설명
GetCurrentCount
(
Semaphore
semaphore
) :
int
GetSemaphore
(
string
name
) :
Semaphore
메소드 상세
Decrement()
공개
메소드
public
Decrement
(
string
name
) :
int
name
string
리턴
int
Increment()
공개
메소드
public
Increment
(
string
name
) :
void
name
string
리턴
void