C# Class DotNetWorkQueue.Transport.SQLite.Basic.SqLiteMessageQueueSendHeartBeat

Inheritance: ISendHeartBeat
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Send ( IMessageContext context ) : IHeartBeatStatus

Updates the heart beat for a record context

SqLiteMessageQueueSendHeartBeat ( DateTime?>.ICommandHandlerWithOutput commandHandler ) : System

Initializes a new instance of the SqLiteMessageQueueSendHeartBeat class.

Method Details

Send() public méthode

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

SqLiteMessageQueueSendHeartBeat() public méthode

Initializes a new instance of the SqLiteMessageQueueSendHeartBeat class.
public SqLiteMessageQueueSendHeartBeat ( DateTime?>.ICommandHandlerWithOutput commandHandler ) : System
commandHandler DateTime?>.ICommandHandlerWithOutput The command handler.
Résultat System