C# 클래스 System.Threading.SemaphoreSlim

상속: IDisposable
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckState void

공개 메소드들

메소드 설명
Dispose ( ) : void
Release ( ) : int
Release ( int releaseCount ) : int
SemaphoreSlim ( int initial ) : System
SemaphoreSlim ( int initial, int max ) : System
Wait ( System.TimeSpan ts ) : bool
Wait ( int millisecondsTimeout ) : bool
Wait ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool managedRes ) : void

비공개 메소드들

메소드 설명
CheckState ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool managedRes ) : void
managedRes bool
리턴 void

Release() 공개 메소드

public Release ( ) : int
리턴 int

Release() 공개 메소드

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

SemaphoreSlim() 공개 메소드

public SemaphoreSlim ( int initial ) : System
initial int
리턴 System

SemaphoreSlim() 공개 메소드

public SemaphoreSlim ( int initial, int max ) : System
initial int
max int
리턴 System

Wait() 공개 메소드

public Wait ( System.TimeSpan ts ) : bool
ts System.TimeSpan
리턴 bool

Wait() 공개 메소드

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

Wait() 공개 메소드

public Wait ( ) : void
리턴 void