C# Class Trader.Classes.SemaphoreSlim

Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
SemaphoreSlim ( int a, int b ) : System

Private Methods

Méthode Description
Release ( ) : void
WaitAsync ( ) : Task

Method Details

SemaphoreSlim() public méthode

public SemaphoreSlim ( int a, int b ) : System
a int
b int
Résultat System