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

Commits a processed message
Mostrar archivo Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method 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 method

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

CommitMessage() public method

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.
return DotNetWorkQueue.Transport.SQLite.Basic.Command