C# Class DotNetWorkQueue.Queue.WorkerNotification

Contains information for user code execution
Inheritance: IWorkerNotification
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
WorkerNotification ( IHeaders headerNames, IQueueCancelWork cancelWork, TransportConfigurationReceive configuration, ILogFactory log, IMetrics metrics ) : DotNetWorkQueue.Configuration

Initializes a new instance of the WorkerNotification class.

Method Details

WorkerNotification() public method

Initializes a new instance of the WorkerNotification class.
public WorkerNotification ( IHeaders headerNames, IQueueCancelWork cancelWork, TransportConfigurationReceive configuration, ILogFactory log, IMetrics metrics ) : DotNetWorkQueue.Configuration
headerNames IHeaders The header names.
cancelWork IQueueCancelWork The cancel work.
configuration DotNetWorkQueue.Configuration.TransportConfigurationReceive The configuration.
log ILogFactory The log.
metrics IMetrics The metrics factory.
return DotNetWorkQueue.Configuration