C# Класс NServiceBus.Features.Scheduler

NServiceBus scheduling capability you can schedule a task or an action/lambda, to be executed repeatedly in a given interval.
Наследование: Feature
Показать файл Открыть проект

Защищенные методы

Метод Описание
Setup ( NServiceBus.Features.FeatureConfigurationContext context ) : void

Invoked if the feature is activated.

Приватные методы

Метод Описание
Scheduler ( )

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

Setup() защищенный Метод

Invoked if the feature is activated.
protected Setup ( NServiceBus.Features.FeatureConfigurationContext context ) : void
context NServiceBus.Features.FeatureConfigurationContext The feature context.
Результат void