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

Updates the error count for a queue record
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
SetErrorCountCommand ( string exceptionType, long queueId ) : DotNetWorkQueue.Validation

Initializes a new instance of the SetErrorCountCommand class.

메소드 상세

SetErrorCountCommand() 공개 메소드

Initializes a new instance of the SetErrorCountCommand class.
public SetErrorCountCommand ( string exceptionType, long queueId ) : DotNetWorkQueue.Validation
exceptionType string Type of the exception.
queueId long The queue identifier.
리턴 DotNetWorkQueue.Validation