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

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

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

Метод Описание
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