C# Class DotNetWorkQueue.Transport.PostgreSQL.Basic.PostgreSqlMessageQueueSendHeartBeat

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

Public Methods

Method Description
PostgreSqlMessageQueueSendHeartBeat ( DateTime?>.ICommandHandlerWithOutput commandHandler ) : System

Initializes a new instance of the PostgreSqlMessageQueueSendHeartBeat class.

Send ( IMessageContext context ) : IHeartBeatStatus

Updates the heart beat for a record context

Method Details

PostgreSqlMessageQueueSendHeartBeat() public method

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

Send() public method

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