C# 클래스 DotNetWorkQueue.Transport.SQLite.Basic.SqLiteMessageQueueResetHeartBeat

Searches for and updates work items that are outside of the heart beat window
상속: IResetHeartBeat
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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