Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
XDMessaging
Transport
Amazon
ResourceCounter
C# Class XDMessaging.Transport.Amazon.ResourceCounter
Inheritance:
IResourceCounter
Afficher le fichier
Open project: TheCodeKing/XDMessaging.Net
Class Usage Examples
Méthodes publiques
Méthode
Description
Decrement
(
string
name
) :
int
Increment
(
string
name
) :
void
Private Methods
Méthode
Description
GetCurrentCount
(
Semaphore
semaphore
) :
int
GetSemaphore
(
string
name
) :
Semaphore
Method Details
Decrement()
public
méthode
public
Decrement
(
string
name
) :
int
name
string
Résultat
int
Increment()
public
méthode
public
Increment
(
string
name
) :
void
name
string
Résultat
void