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

Returns a message back to a waiting for processing state
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
RollbackMessageCommand ( RedisQueueId id, System.TimeSpan increaseQueueDelay ) : System

Initializes a new instance of the RollbackMessageCommand class.

Method Details

RollbackMessageCommand() public méthode

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.
Résultat System