C# 클래스 DotNetWorkQueue.Transport.SQLite.Basic.SqLiteMessageQueueSendHeartBeat

상속: ISendHeartBeat
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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.

메소드 상세

Send() 공개 메소드

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

SqLiteMessageQueueSendHeartBeat() 공개 메소드

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