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

Metrics for executing linq methods
상속: IMessageMethodHandling
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

HandleExecution ( IReceivedMessage receivedMessage, IWorkerNotification workerNotification ) : void
MessageMethodHandlingDecorator ( IMetrics metrics, IMessageMethodHandling handler, IConnectionInformation connectionInformation ) : DotNetWorkQueue.Exceptions

Initializes a new instance of the MessageMethodHandlingDecorator class.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

HandleExecution() 공개 메소드

public HandleExecution ( IReceivedMessage receivedMessage, IWorkerNotification workerNotification ) : void
receivedMessage IReceivedMessage
workerNotification IWorkerNotification
리턴 void

MessageMethodHandlingDecorator() 공개 메소드

Initializes a new instance of the MessageMethodHandlingDecorator class.
public MessageMethodHandlingDecorator ( IMetrics metrics, IMessageMethodHandling handler, IConnectionInformation connectionInformation ) : DotNetWorkQueue.Exceptions
metrics IMetrics The metrics factory.
handler IMessageMethodHandling The handler.
connectionInformation IConnectionInformation The connection information.
리턴 DotNetWorkQueue.Exceptions