Table of Contents

Enum SchedulerOrigin

Namespace
Quartz
Assembly
Quartz.dll

Where a scheduler QuerySchedulers(CancellationToken) reports came from.

public enum SchedulerOrigin

Fields

Container = 0

Registered with the container by AddQuartz() or AddQuartz(name, …). The container holds its object graph, and the hosted service creates and starts it.

Runtime = 1

Bound into the container's ISchedulerRepository rather than registered as a scheduler of this container: a scheduler built by QuartzSchedulerBuilder and made visible by hand, or a remote scheduler registered with AddQuartzHttpClient. Nothing in the container owns its lifetime.