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

Creates a new instance of IWorkerHeartBeatNotification
Наследование: IWorkerHeartBeatNotificationFactory
Показать файл Открыть проект

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

Метод Описание
Create ( CancellationToken cancellationToken ) : IWorkerHeartBeatNotification

Creates a new instance of IWorkerHeartBeatNotification

WorkerHeartBeatNotificationFactory ( IContainerFactory container, IHeartBeatConfiguration configuration ) : System.Threading

Initializes a new instance of the WorkerHeartBeatNotificationFactory class.

Описание методов

Create() публичный Метод

Creates a new instance of IWorkerHeartBeatNotification
public Create ( CancellationToken cancellationToken ) : IWorkerHeartBeatNotification
cancellationToken System.Threading.CancellationToken The cancellation token.
Результат IWorkerHeartBeatNotification

WorkerHeartBeatNotificationFactory() публичный Метод

Initializes a new instance of the WorkerHeartBeatNotificationFactory class.
public WorkerHeartBeatNotificationFactory ( IContainerFactory container, IHeartBeatConfiguration configuration ) : System.Threading
container IContainerFactory The container.
configuration IHeartBeatConfiguration The configuration.
Результат System.Threading