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

Returns a message back to a waiting for processing state
Datei anzeigen Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
RollbackMessageCommand ( RedisQueueId id, 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 ( RedisQueueId id, System.TimeSpan increaseQueueDelay ) : System
id RedisQueueId The identifier.
increaseQueueDelay System.TimeSpan The increase queue delay.
return System