Namespace Silverback.Background
Classes
- DistributedBackgroundService
Extends the BackgroundService adding a distributed lock mechanism to prevent concurrent executions.
- RecurringDistributedBackgroundService
Extends the DistributedBackgroundService calling the execute method at regular intervals. The distributed lock mechanism prevents concurrent executions.