C# Class DotNetWorkQueue.Metrics.Decorator.MessageMethodHandlingDecorator

Metrics for executing linq methods
Inheritance: IMessageMethodHandling
Datei anzeigen Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
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.

Method Details

Dispose() public method

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

HandleExecution() public method

public HandleExecution ( IReceivedMessage receivedMessage, IWorkerNotification workerNotification ) : void
receivedMessage IReceivedMessage
workerNotification IWorkerNotification
return void

MessageMethodHandlingDecorator() public method

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.
return DotNetWorkQueue.Exceptions