C# Класс DotNetWorkQueue.Transport.SQLite.Basic.Message.RollbackMessage

Rolls back a message by either rolling back a transaction or updating a status
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Rollback ( IMessageContext context ) : void

Rollbacks the specified message by setting the status

RollbackMessage ( QueueConsumerConfiguration configuration, ICommandHandler rollbackCommand, SqlHeaders headers ) : System

Initializes a new instance of the RollbackMessage class.

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

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

Rollbacks the specified message by setting the status
public Rollback ( IMessageContext context ) : void
context IMessageContext The context.
Результат void

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

Initializes a new instance of the RollbackMessage class.
public RollbackMessage ( QueueConsumerConfiguration configuration, ICommandHandler rollbackCommand, SqlHeaders headers ) : System
configuration DotNetWorkQueue.Configuration.QueueConsumerConfiguration The configuration.
rollbackCommand ICommandHandler The rollback command.
headers SqlHeaders The headers.
Результат System