C# 클래스 DotNetWorkQueue.Transport.SQLite.Basic.Command.ResetHeartBeatCommand

Resets the heard beat for a specific record
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
ResetHeartBeatCommand ( MessageToReset messageReset ) : DotNetWorkQueue.Transport.SQLite.Basic.Query

Initializes a new instance of the ResetHeartBeatCommand class.

메소드 상세

ResetHeartBeatCommand() 공개 메소드

Initializes a new instance of the ResetHeartBeatCommand class.
public ResetHeartBeatCommand ( MessageToReset messageReset ) : DotNetWorkQueue.Transport.SQLite.Basic.Query
messageReset DotNetWorkQueue.Transport.SQLite.Basic.Query.MessageToReset The queue identifier.
리턴 DotNetWorkQueue.Transport.SQLite.Basic.Query