C# 클래스 DotNetWorkQueue.Queue.WorkerNotification

Contains information for user code execution
상속: IWorkerNotification
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
WorkerNotification ( IHeaders headerNames, IQueueCancelWork cancelWork, TransportConfigurationReceive configuration, ILogFactory log, IMetrics metrics ) : DotNetWorkQueue.Configuration

Initializes a new instance of the WorkerNotification class.

메소드 상세

WorkerNotification() 공개 메소드

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.
리턴 DotNetWorkQueue.Configuration