C# 클래스 Amib.Threading.Internal.WorkItemsQueue.WaiterEntry

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

공개 메소드들

메소드 설명
Close ( ) : void

Free resources

Dispose ( ) : void
Reset ( ) : void

Reset the wait entry so it can be used again

Signal ( WorkItem workItem ) : bool

Signal the waiter that it got a work item.

Timeout ( ) : bool

Mark the wait entry that it has been timed out

WaiterEntry ( ) : System

메소드 상세

Close() 공개 메소드

Free resources
public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Reset() 공개 메소드

Reset the wait entry so it can be used again
public Reset ( ) : void
리턴 void

Signal() 공개 메소드

Signal the waiter that it got a work item.
public Signal ( WorkItem workItem ) : bool
workItem WorkItem
리턴 bool

Timeout() 공개 메소드

Mark the wait entry that it has been timed out
public Timeout ( ) : bool
리턴 bool

WaiterEntry() 공개 메소드

public WaiterEntry ( ) : System
리턴 System