C# Класс DotNetWorkQueue.Transport.Redis.Basic.DelayedProcessingAction

Executes the move delayed records command
Наследование: IDelayedProcessingAction
Показать файл Открыть проект

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

Метод Описание
DelayedProcessingAction ( long>.ICommandHandlerWithOutput moveRecords ) : System.Threading

Initializes a new instance of the DelayedProcessingAction class.

Run ( CancellationToken token ) : long

Runs delayed action command

Описание методов

DelayedProcessingAction() публичный Метод

Initializes a new instance of the DelayedProcessingAction class.
public DelayedProcessingAction ( long>.ICommandHandlerWithOutput moveRecords ) : System.Threading
moveRecords long>.ICommandHandlerWithOutput The move records.
Результат System.Threading

Run() публичный Метод

Runs delayed action command
public Run ( CancellationToken token ) : long
token System.Threading.CancellationToken The token.
Результат long