C# 클래스 DotNetWorkQueue.Transport.Redis.Basic.RedisQueueSendHeartBeat

Sends a heartbeat for a worker
상속: ISendHeartBeat
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
RedisQueueSendHeartBeat ( long>.ICommandHandlerWithOutput sendHeartBeat, IUnixTimeFactory unixTimeFactory ) : DotNetWorkQueue.Queue

Initializes a new instance of the RedisQueueSendHeartBeat class.

Send ( IMessageContext context ) : IHeartBeatStatus

Updates the heart beat for a record.

메소드 상세

RedisQueueSendHeartBeat() 공개 메소드

Initializes a new instance of the RedisQueueSendHeartBeat class.
public RedisQueueSendHeartBeat ( long>.ICommandHandlerWithOutput sendHeartBeat, IUnixTimeFactory unixTimeFactory ) : DotNetWorkQueue.Queue
sendHeartBeat long>.ICommandHandlerWithOutput The send heart beat.
unixTimeFactory IUnixTimeFactory The unix time factory.
리턴 DotNetWorkQueue.Queue

Send() 공개 메소드

Updates the heart beat for a record.
public Send ( IMessageContext context ) : IHeartBeatStatus
context IMessageContext The context.
리턴 IHeartBeatStatus