C# Class DotNetWorkQueue.Transport.Redis.Basic.Message.CommitMessage

Commits a processed message
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
Commit ( IMessageContext context ) : void

Commits the processed message, by deleting the message

CommitMessage ( bool>.ICommandHandlerWithOutput command ) : DotNetWorkQueue.Transport.Redis.Basic.Command

Initializes a new instance of the CommitMessage class.

Method Details

Commit() public méthode

Commits the processed message, by deleting the message
public Commit ( IMessageContext context ) : void
context IMessageContext The context.
Résultat void

CommitMessage() public méthode

Initializes a new instance of the CommitMessage class.
public CommitMessage ( bool>.ICommandHandlerWithOutput command ) : DotNetWorkQueue.Transport.Redis.Basic.Command
command bool>.ICommandHandlerWithOutput The command.
Résultat DotNetWorkQueue.Transport.Redis.Basic.Command