C# Класс DotNetWorkQueue.Metrics.Decorator.CommitMessageDecorator

Наследование: ICommitMessage
Показать файл Открыть проект

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

Метод Описание
Commit ( IMessageContext context ) : bool

Commits the message associated with the message context

CommitMessageDecorator ( IMetrics metrics, ICommitMessage handler, IConnectionInformation connectionInformation )

Initializes a new instance of the QueueCreationDecorator class.

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

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

Commits the message associated with the message context
public Commit ( IMessageContext context ) : bool
context IMessageContext
Результат bool

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

Initializes a new instance of the QueueCreationDecorator class.
public CommitMessageDecorator ( IMetrics metrics, ICommitMessage handler, IConnectionInformation connectionInformation )
metrics IMetrics The metrics factory.
handler ICommitMessage The handler.
connectionInformation IConnectionInformation The connection information.