C# Class DotNetWorkQueue.Queue.CommitMessage

Commits a message by asking the context to perform a commit
Inheritance: ICommitMessage
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Commit ( IMessageContext context ) : bool

Commits the specified message via the context

Method Details

Commit() public method

Commits the specified message via the context
An error has occurred Committing a processed message
public Commit ( IMessageContext context ) : bool
context IMessageContext The context.
return bool