System.Reactive.Concurrency.ControlScheduler
namespace System.Reactive.Concurrency
{
public class ControlScheduler : LocalScheduler, ISchedulerPeriodic
{
public Control Control { get; }
public ControlScheduler(Control control);
public IDisposable SchedulePeriodic<[System.Runtime.CompilerServices.Nullable(2)] TState>(TState state, TimeSpan period, Func<TState, TState> action);
}
}