Scheduler Properties

Include Protected Members
Include Inherited Members

The Scheduler type exposes the following members.

Properties

  Name Description
Public propertyStatic member CurrentThread Gets the scheduler that schedules work as soon as possible on the current thread.
Public propertyStatic member Immediate Gets the scheduler that schedules work immediately on the current thread.
Public propertyStatic member NewThread Gets the scheduler that schedules work on a new thread.
Public propertyStatic member Now Represents a notion of time for this scheduler. Tasks being scheduled on a scheduler will adhere to the time denoted by this property.
Public propertyStatic member TaskPool Gets the scheduler that schedules work on the default Task Factory.
Public propertyStatic member ThreadPool Gets the scheduler that schedules work on the ThreadPool.

Top

See Also

Reference

Scheduler Class

System.Reactive.Concurrency Namespace