C# Класс DotNetWorkQueue.Factory.HeartBeatWorkerFactory

Creates new instances of IHeartBeatWorker
Наследование: IHeartBeatWorkerFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
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