C# 클래스 PortableRx.Reactive.Semaphore

상속: IDisposable
파일 보기 프로젝트 열기: robfe/PortableRx

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
Release ( ) : int
Release ( int releaseCount ) : int
Semaphore ( int initialCount, int maximumCount ) : System
WaitOne ( ) : bool
WaitOne ( System.TimeSpan timeout ) : bool
WaitOne ( int millisecondsTimeout ) : bool

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Release() 공개 메소드

public Release ( ) : int
리턴 int

Release() 공개 메소드

public Release ( int releaseCount ) : int
releaseCount int
리턴 int

Semaphore() 공개 메소드

public Semaphore ( int initialCount, int maximumCount ) : System
initialCount int
maximumCount int
리턴 System

WaitOne() 공개 메소드

public WaitOne ( ) : bool
리턴 bool

WaitOne() 공개 메소드

public WaitOne ( System.TimeSpan timeout ) : bool
timeout System.TimeSpan
리턴 bool

WaitOne() 공개 메소드

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