C# Class DotNetWorkQueue.Transport.SQLite.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 ( long>.ICommandHandlerWithOutput deleteMessageCommand ) : DotNetWorkQueue.Transport.SQLite.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 ( long>.ICommandHandlerWithOutput deleteMessageCommand ) : DotNetWorkQueue.Transport.SQLite.Basic.Command
deleteMessageCommand long>.ICommandHandlerWithOutput The delete message command.
Résultat DotNetWorkQueue.Transport.SQLite.Basic.Command