C# 클래스 DotNetWorkQueue.Transport.PostgreSQL.Basic.Command.RollbackMessageCommand

Resets a message back to waiting for processing status
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
RollbackMessageCommand ( System.DateTime lastHeartBeat, long queueId, System.TimeSpan increaseQueueDelay ) : System

Initializes a new instance of the RollbackMessageCommand class.

메소드 상세

RollbackMessageCommand() 공개 메소드

Initializes a new instance of the RollbackMessageCommand class.
public RollbackMessageCommand ( System.DateTime lastHeartBeat, long queueId, System.TimeSpan increaseQueueDelay ) : System
lastHeartBeat System.DateTime The last heart beat.
queueId long The queue identifier.
increaseQueueDelay System.TimeSpan The increase queue delay.
리턴 System