The ScheduledTasks class allows addition of jobs by name. It ensures that ONE instance of the named
job will occur at *some* point in the future, between 0 and a specified max delay. If you queue multiple
instances of the same-named Task, it's only done once.
Inheritance Hierarchy
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static class ScheduledTasks
Public NotInheritable Class ScheduledTasks
public ref class ScheduledTasks abstract sealed
The ScheduledTasks type exposes the following members.
Methods See Also