Свойство | Тип | Описание | |
---|---|---|---|
_tokens | int |
Метод | Описание | |
---|---|---|
FifoSemaphore ( int tokens ) : System.Collections.Generic |
Constructor, creates a FifoSemaphore
|
|
Release ( ) : void | ||
Release ( int count ) : void | ||
Wait ( ) : bool | ||
Wait ( int milliseconds ) : bool |
public FifoSemaphore ( int tokens ) : System.Collections.Generic | ||
tokens | int | The number of tokens the semaphore will start with |
Результат | System.Collections.Generic |