Method | Description | |
---|---|---|
Commit ( IMessageContext context ) : void |
Commits the processed message, by deleting the message
|
|
CommitForTransaction ( IMessageContext context ) : void |
Commits the message, via the held transaction
|
|
CommitMessage ( |
Initializes a new instance of the CommitMessage class.
|
public Commit ( IMessageContext context ) : void | ||
context | IMessageContext | The context. |
return | void |
public CommitForTransaction ( IMessageContext context ) : void | ||
context | IMessageContext | The context. |
return | void |
public CommitMessage ( |
||
configuration | The configuration. | |
deleteStatusCommandHandler | ICommandHandler |
The delete status command handler. |
deleteMessageCommand | long>.ICommandHandlerWithOutput | The delete message command. |
headers | SqlHeaders | The headers. |
deleteTransactionalMessageCommand | long>.ICommandHandlerWithOutput | The delete transactional message command. |
return | DotNetWorkQueue.Configuration |