C# 클래스 DotNetWorkQueue.Queue.QueueWaitNoOp

A "no wait" strategy for queue waits
상속: IQueueWait, INoOperation
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
Reset ( ) : void

Resets the wait time back to the start.

Wait ( ) : void

Waits until the next wait time has expired

Wait ( Action waitTime ) : void

Waits until the specified time span has been reached.

메소드 상세

Reset() 공개 메소드

Resets the wait time back to the start.
public Reset ( ) : void
리턴 void

Wait() 공개 메소드

Waits until the next wait time has expired
public Wait ( ) : void
리턴 void

Wait() 공개 메소드

Waits until the specified time span has been reached.
public Wait ( Action waitTime ) : void
waitTime Action The how long the wait will last.
리턴 void