C# Класс DotNetWorkQueue.Transport.SQLite.Basic.SqLiteMessageQueueResetHeartBeat

Searches for and updates work items that are outside of the heart beat window
Наследование: IResetHeartBeat
Показать файл Открыть проект

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

Метод Описание
Reset ( CancellationToken cancelToken ) : long

Used to find and reset work items that are out of the heart beat window

SqLiteMessageQueueResetHeartBeat ( QueueConsumerConfiguration configuration, long>.ICommandHandlerWithOutput commandHandler, IQueryHandler queryHandler ) : System.Collections.Generic

Initializes a new instance of the SqLiteMessageQueueResetHeartBeat class.

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

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

Used to find and reset work items that are out of the heart beat window
public Reset ( CancellationToken cancelToken ) : long
cancelToken System.Threading.CancellationToken
Результат long

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

Initializes a new instance of the SqLiteMessageQueueResetHeartBeat class.
public SqLiteMessageQueueResetHeartBeat ( QueueConsumerConfiguration configuration, long>.ICommandHandlerWithOutput commandHandler, IQueryHandler queryHandler ) : System.Collections.Generic
configuration DotNetWorkQueue.Configuration.QueueConsumerConfiguration The configuration.
commandHandler long>.ICommandHandlerWithOutput The command handler.
queryHandler IQueryHandler The query handler.
Результат System.Collections.Generic