Class Scheduler2
Assembly: Coree.NETStandard.dll
Syntax
Constructors
|
Edit this page
View Source
Scheduler2(CancellationToken?, bool)
Declaration
public Scheduler2(CancellationToken? cancellationToken = null, bool startInConstructor = true)
Parameters
Properties
|
Edit this page
View Source
schedules
Declaration
public List<DateTime> schedules { get; set; }
Property Value
Methods
|
Edit this page
View Source
RaiseTickEvent(TickerEventArgs)
Declaration
protected virtual void RaiseTickEvent(Scheduler2.TickerEventArgs args)
Parameters
|
Edit this page
View Source
StartAsync()
Declaration
Returns
Events
|
Edit this page
View Source
TickOccurred
Declaration
public event Scheduler2.TickerEventDelegate TickOccurred
Event Type