C# Класс DotNetWorkQueue.Transport.Redis.Basic.Command.RollbackMessageCommand

Returns a message back to a waiting for processing state
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RollbackMessageCommand ( RedisQueueId id, System.TimeSpan increaseQueueDelay ) : System

Initializes a new instance of the RollbackMessageCommand class.

Описание методов

RollbackMessageCommand() публичный Метод

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.
Результат System