Class Scheduler3
Assembly: Coree.NETStandard.dll
Syntax
Constructors
|
Edit this page
View Source
Scheduler3(IScheduleProvider, CancellationToken?, bool)
Declaration
public Scheduler3(IScheduleProvider scheduleProvider, CancellationToken? cancellationToken = null, bool startInConstructor = true)
Parameters
Methods
|
Edit this page
View Source
RaiseTickEvent(TickerEventArgs)
Declaration
protected virtual void RaiseTickEvent(Scheduler3.TickerEventArgs args)
Parameters
|
Edit this page
View Source
StartAsync()
Declaration
Returns
Events
|
Edit this page
View Source
TickOccurred
Declaration
public event Scheduler3.TickerEventDelegate TickOccurred
Event Type