C# Class DotNetWorkQueue.Queue.QueueWaitNoOp

A "no wait" strategy for queue waits
Inheritance: IQueueWait, INoOperation
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
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.

Method Details

Reset() public méthode

Resets the wait time back to the start.
public Reset ( ) : void
Résultat void

Wait() public méthode

Waits until the next wait time has expired
public Wait ( ) : void
Résultat void

Wait() public méthode

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