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

Inheritance: ISendHeartBeat
显示文件 Open project: blehnen/DotNetWorkQueue

Public Methods

Method 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 method

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

SqLiteMessageQueueSendHeartBeat() public method

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