C# Class DotNetWorkQueue.Transport.SQLite.Basic.Command.MoveRecordToErrorQueueCommand

Moves a meta data record to the error table
显示文件 Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
MoveRecordToErrorQueueCommand ( Exception exception, long queueId, IMessageContext context ) : System

Initializes a new instance of the MoveRecordToErrorQueueCommand class.

Method Details

MoveRecordToErrorQueueCommand() public method

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.
return System