C# Class DotNetWorkQueue.Transport.PostgreSQL.Basic.Command.RollbackMessageCommand

Resets a message back to waiting for processing status
Show file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
RollbackMessageCommand ( System.DateTime lastHeartBeat, long queueId, System.TimeSpan increaseQueueDelay ) : System

Initializes a new instance of the RollbackMessageCommand class.

Method Details

RollbackMessageCommand() public method

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.
return System