ThreadPoolScheduler
Represents an object that schedules units of work on the Windows Runtime thread pool.
Gets the singleton instance of the Windows Runtime thread pool scheduler.
Gets the singleton instance of the Windows Runtime thread pool scheduler.
Gets the options that configure how work is scheduled.
Gets the priority at which work is scheduled.
public ThreadPoolScheduler()
Constructs a ThreadPoolScheduler that schedules units of work on the Windows ThreadPool.
Constructs a ThreadPoolScheduler that schedules units of work on the Windows ThreadPool with the given priority.
Constructs a ThreadPoolScheduler that schedules units of work on the Windows ThreadPool with the given priority.
public IDisposable SchedulePeriodic<TState>(TState state, TimeSpan period, Func<TState, TState> action)
Schedules a periodic piece of work, using a Windows.System.Threading.ThreadPoolTimer object.