Click or drag to resize

ITaskScheduler Interface

Interface for Jumbo Jet task schedulers.

Namespace: Ookii.Jumbo.Jet.Scheduling
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public interface ITaskScheduler

The ITaskScheduler type exposes the following members.

Methods
 NameDescription
Public methodScheduleTasks Performs a scheduling pass.
Top
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