LocalScheduler
protected LocalScheduler()
public virtual IDisposable Schedule<TState>(TState state, Func<IScheduler, TState, IDisposable> action)
public abstract IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TState, IDisposable> action)
public virtual IDisposable Schedule<TState>(TState state, DateTimeOffset dueTime, Func<IScheduler, TState, IDisposable> action)