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

Commits a processed message
Mostra file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method 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 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 ( bool>.ICommandHandlerWithOutput command ) : DotNetWorkQueue.Transport.Redis.Basic.Command
command bool>.ICommandHandlerWithOutput The command.
return DotNetWorkQueue.Transport.Redis.Basic.Command