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

Updates the error count for a queue record
Mostrar archivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
SetErrorCountCommand ( string exceptionType, long queueId ) : DotNetWorkQueue.Validation

Initializes a new instance of the SetErrorCountCommand class.

Method Details

SetErrorCountCommand() public method

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.
return DotNetWorkQueue.Validation