C# 클래스 BitSharper.Threading.Helpers.WaitNode

The wait node used by implementations of IWaitQueue. NOTE: this class is NOT present in java.util.concurrent.
파일 보기 프로젝트 열기: TangibleCryptography/BitSharper 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DoTimedWait ( IQueuedSync sync, System.TimeSpan duration ) : bool
DoWait ( IQueuedSync sync ) : void
DoWaitUninterruptibly ( IQueuedSync sync ) : void
Signal ( IQueuedSync sync ) : bool
WaitNode ( ) : System

메소드 상세

DoTimedWait() 공개 메소드

public DoTimedWait ( IQueuedSync sync, System.TimeSpan duration ) : bool
sync IQueuedSync
duration System.TimeSpan
리턴 bool

DoWait() 공개 메소드

public DoWait ( IQueuedSync sync ) : void
sync IQueuedSync
리턴 void

DoWaitUninterruptibly() 공개 메소드

public DoWaitUninterruptibly ( IQueuedSync sync ) : void
sync IQueuedSync
리턴 void

Signal() 공개 메소드

public Signal ( IQueuedSync sync ) : bool
sync IQueuedSync
리턴 bool

WaitNode() 공개 메소드

public WaitNode ( ) : System
리턴 System