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

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

공개 메소드들

메소드 설명
Rollback ( IMessageContext context ) : bool

Rolls back the message associated to the context

RollbackMessageDecorator ( IMetrics metrics, IRollbackMessage handler, IConnectionInformation connectionInformation )

Initializes a new instance of the RollbackMessageDecorator class.

메소드 상세

Rollback() 공개 메소드

Rolls back the message associated to the context
public Rollback ( IMessageContext context ) : bool
context IMessageContext
리턴 bool

RollbackMessageDecorator() 공개 메소드

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