 | ITaskScheduler Interface |
Interface for Jumbo Jet task schedulers.
Namespace: Ookii.Jumbo.Jet.SchedulingAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic interface ITaskScheduler
Public Interface ITaskScheduler
public interface class ITaskScheduler
type ITaskScheduler = interface end
The ITaskScheduler type exposes the following members.
Methods
Remarks
Implement this interface if you want to customize the scheduling behavior of Jumbo Jet. Use the Scheduler
configuration property to specify which scheduler to use.
See Also