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

Moves a meta data record to the error table
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MoveRecordToErrorQueueCommand ( Exception exception, long queueId, IMessageContext context ) : System

Initializes a new instance of the MoveRecordToErrorQueueCommand class.

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

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

Initializes a new instance of the MoveRecordToErrorQueueCommand class.
public MoveRecordToErrorQueueCommand ( Exception exception, long queueId, IMessageContext context ) : System
exception System.Exception The exception.
queueId long The queue identifier.
context IMessageContext The context.
Результат System