C# 클래스 Blacker.MangaScraper.Common.Utils.FifoSemaphore.Waiter

Waiter helper class that allows threads to queue for tokens
파일 보기 프로젝트 열기: blacker-cz/MangaScraper

공개 메소드들

메소드 설명
Release ( ) : bool
TryWait ( int millisecondsTimeout ) : bool
Waiter ( ) : System.Collections.Generic

메소드 상세

Release() 공개 메소드

public Release ( ) : bool
리턴 bool

TryWait() 공개 메소드

public TryWait ( int millisecondsTimeout ) : bool
millisecondsTimeout int
리턴 bool

Waiter() 공개 메소드

public Waiter ( ) : System.Collections.Generic
리턴 System.Collections.Generic