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

Updates the error count for a queue record
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
SetErrorCountCommand ( string exceptionType, long queueId ) : DotNetWorkQueue.Validation

Initializes a new instance of the SetErrorCountCommand class.

Method Details

SetErrorCountCommand() public méthode

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.
Résultat DotNetWorkQueue.Validation