C# 클래스 DotNetWorkQueue.Transport.SQLite.Basic.Command.MoveRecordToErrorQueueCommand

Moves a meta data record to the error table
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
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