C# Class DotNetWorkQueue.Transport.Redis.Basic.RedisQueueSendHeartBeat

Sends a heartbeat for a worker
Inheritance: ISendHeartBeat
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
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.

Method Details

RedisQueueSendHeartBeat() public méthode

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.
Résultat DotNetWorkQueue.Queue

Send() public méthode

Updates the heart beat for a record.
public Send ( IMessageContext context ) : IHeartBeatStatus
context IMessageContext The context.
Résultat IHeartBeatStatus