C# 클래스 DotNetWorkQueue.Metrics.Decorator.CommitMessageDecorator

상속: ICommitMessage
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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.