IScheduler public interface IScheduler Documentation Code DateTimeOffset Now { get; } IDisposable Schedule<TState>(TState state, Func<IScheduler, TState, IDisposable> action) IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TState, IDisposable> action) IDisposable Schedule<TState>(TState state, DateTimeOffset dueTime, Func<IScheduler, TState, IDisposable> action)