Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
XDMessaging
Transport
Amazon
ResourceCounter
C# Class XDMessaging.Transport.Amazon.ResourceCounter
Inheritance:
IResourceCounter
ファイルを表示
Open project: TheCodeKing/XDMessaging.Net
Class Usage Examples
Public Methods
Method
Description
Decrement
(
string
name
) :
int
Increment
(
string
name
) :
void
Private Methods
Method
Description
GetCurrentCount
(
Semaphore
semaphore
) :
int
GetSemaphore
(
string
name
) :
Semaphore
Method Details
Decrement()
public
method
public
Decrement
(
string
name
) :
int
name
string
return
int
Increment()
public
method
public
Increment
(
string
name
) :
void
name
string
return
void