C# Класс DotNetWorkQueue.Transport.SQLite.Basic.SqLiteQueueReceivePoisonMessage

Handles moving poison messages to the error table
Наследование: IReceivePoisonMessage
Показать файл Открыть проект

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

Метод Описание
Handle ( IMessageContext context, PoisonMessageException exception ) : void

Invoked when we have dequeued a message, but a failure occured during re-assembly.

SqLiteQueueReceivePoisonMessage ( ICommandHandler commandMoveRecord ) : DotNetWorkQueue.Transport.SQLite.Basic.Command

Initializes a new instance of the SqLiteQueueReceivePoisonMessage class.

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

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

Invoked when we have dequeued a message, but a failure occured during re-assembly.
public Handle ( IMessageContext context, PoisonMessageException exception ) : void
context IMessageContext The context.
exception DotNetWorkQueue.Exceptions.PoisonMessageException The exception.
Результат void

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

Initializes a new instance of the SqLiteQueueReceivePoisonMessage class.
public SqLiteQueueReceivePoisonMessage ( ICommandHandler commandMoveRecord ) : DotNetWorkQueue.Transport.SQLite.Basic.Command
commandMoveRecord ICommandHandler The command move record.
Результат DotNetWorkQueue.Transport.SQLite.Basic.Command