C# Класс DotNetWorkQueue.Queue.QueueWaitNoOp

A "no wait" strategy for queue waits
Наследование: IQueueWait, INoOperation
Показать файл Открыть проект

Открытые методы

Метод Описание
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