C# Class Trader.Classes.SemaphoreSlim

Mostrar archivo Open project: shendongnian/code

Public Methods

Method Description
SemaphoreSlim ( int a, int b ) : System

Private Methods

Method Description
Release ( ) : void
WaitAsync ( ) : Task

Method Details

SemaphoreSlim() public method

public SemaphoreSlim ( int a, int b ) : System
a int
b int
return System