Class Scheduler
Assembly: Coree.NETStandard.dll
Syntax
Constructors
|
Edit this page
View Source
Scheduler(DateTime, DateTime, TimeOfDay, TimeOfDay, bool)
Declaration
public Scheduler(DateTime startDateTime, DateTime endDateTime, TimeOfDay recurFrequency, TimeOfDay recurSyncOffset, bool initalTrigger)
Parameters
|
Edit this page
View Source
Scheduler(DateTime, DateTime, TimeOfDay, int, bool)
Declaration
public Scheduler(DateTime startDateTime, DateTime endDateTime, TimeOfDay timeOfDay, int dailyRecurEvery = 1, bool initalTrigger = true)
Parameters
Properties
|
Edit this page
View Source
ScheduledDates
Declaration
public List<DateTime> ScheduledDates { get; }
Property Value
Methods
|
Edit this page
View Source
CalculateDailySchedules()
Calculates or updates the daily schedules up to a specified limit.
Declaration
public void CalculateDailySchedules()
|
Edit this page
View Source
CalculateRecuringSchedules()
Calculates or updates the recurring schedules up to a specified limit.
Declaration
public void CalculateRecuringSchedules()
|
Edit this page
View Source
ClearSchedulesBefore(DateTime)
Clears all scheduled times before the specified date.
Declaration
public void ClearSchedulesBefore(DateTime clearDate)
Parameters
Type |
Name |
Description |
DateTime |
clearDate |
The date before which all schedules will be removed.
|
|
Edit this page
View Source
RaiseTickEvent(TickerEventArgs, CancellationToken)
Declaration
protected virtual void RaiseTickEvent(Scheduler.TickerEventArgs args, CancellationToken cancellationToken)
Parameters
Events
|
Edit this page
View Source
TickOccurred
Declaration
public event Scheduler.TickerEventDelegate TickOccurred
Event Type