C# 클래스 DotNetWorkQueue.Factory.HeartBeatWorkerFactory

Creates new instances of IHeartBeatWorker
상속: IHeartBeatWorkerFactory
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
Create ( IMessageContext context ) : IHeartBeatWorker

Creates a new instance of a IHeartBeatWorker and starts it.

HeartBeatWorkerFactory ( IHeartBeatConfiguration configuration, ISendHeartBeat sendHeartBeat, IHeartBeatThreadPoolFactory threadPool, ILogFactory logFactory, IWorkerHeartBeatNotificationFactory heartBeatNotificationFactory ) : DotNetWorkQueue.Logging

Initializes a new instance of the HeartBeatWorkerFactory class.

메소드 상세

Create() 공개 메소드

Creates a new instance of a IHeartBeatWorker and starts it.
public Create ( IMessageContext context ) : IHeartBeatWorker
context IMessageContext The message context that should receive heartbeat updates.
리턴 IHeartBeatWorker

HeartBeatWorkerFactory() 공개 메소드

Initializes a new instance of the HeartBeatWorkerFactory class.
public HeartBeatWorkerFactory ( IHeartBeatConfiguration configuration, ISendHeartBeat sendHeartBeat, IHeartBeatThreadPoolFactory threadPool, ILogFactory logFactory, IWorkerHeartBeatNotificationFactory heartBeatNotificationFactory ) : DotNetWorkQueue.Logging
configuration IHeartBeatConfiguration The configuration.
sendHeartBeat ISendHeartBeat The send heart beat module.
threadPool IHeartBeatThreadPoolFactory The thread pool.
logFactory ILogFactory The log factory.
heartBeatNotificationFactory IWorkerHeartBeatNotificationFactory The heart beat notification factory.
리턴 DotNetWorkQueue.Logging