ControlScheduler
Represents an object that schedules units of work on the message loop associated with a Windows Forms control.
Gets the control associated with the ControlScheduler.
Constructs a ControlScheduler that schedules units of work on the message loop associated with the specified Windows Forms control.
public IDisposable SchedulePeriodic<TState>(TState state, TimeSpan period, Func<TState, TState> action)
Schedules a periodic piece of work on the message loop associated with the control, using a Windows Forms Timer object.