BaseScheduler Class

Definition

The scheduler definition.

public abstract class BaseScheduler
Inheritance
BaseScheduler
Derived

Constructors

BaseScheduler()

Initializes a new instance of the BaseScheduler class.

BaseScheduler(String, UInt32)

Initializes a new instance of the BaseScheduler class with required arguments.

Properties

AnchorDateTime

Optional. The date used as a reference point for calculating slice start and end dates.

Frequency

Required. Frequency in terms of minute, hour, day, etc.

Interval

Required. The interval of running the scheduler.

Offset

Optional. The offset relative to the anchor time.

Style

Optional. The scheduler style.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)