C# Класс DotNetWorkQueue.Transport.SQLite.Basic.Message.CommitMessage

Commits a processed message
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Commit() публичный Метод

Commits the processed message, by deleting the message
public Commit ( IMessageContext context ) : void
context IMessageContext The context.
Результат void

CommitMessage() публичный Метод

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.
Результат DotNetWorkQueue.Transport.SQLite.Basic.Command