C# Class NServiceBus.Features.Scheduler

NServiceBus scheduling capability you can schedule a task or an action/lambda, to be executed repeatedly in a given interval.
Inheritance: Feature
Show file Open project: Particular/NServiceBus

Protected Methods

Method Description
Setup ( NServiceBus.Features.FeatureConfigurationContext context ) : void

Invoked if the feature is activated.

Private Methods

Method Description
Scheduler ( )

Method Details

Setup() protected method

Invoked if the feature is activated.
protected Setup ( NServiceBus.Features.FeatureConfigurationContext context ) : void
context NServiceBus.Features.FeatureConfigurationContext The feature context.
return void