Skip to content

HistoricalScheduler class

Attributes: [DebuggerDisplay("\\{ Clock = {Clock} Now = {Now.ToString(\"O\")} \\}")]

Defined in

Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll Full name: System.Reactive.Concurrency.HistoricalScheduler Modifiers: public

Summary

Provides a virtual time scheduler that uses DateTimeOffset for absolute time and TimeSpan for relative time.

Applies to

netstandard2.0

Class hierarchy
classDiagram
class HistoricalScheduler
class HistoricalSchedulerBase
HistoricalSchedulerBase <|-- HistoricalScheduler

Inherits from: HistoricalSchedulerBase

Constructors

NameSummary
.ctorCreates a new historical scheduler with the minimum value of DateTimeOffset as the initial clock value.

Methods

NameSummary
GetNextGets the next scheduled item to be executed.
ScheduleAbsoluteSchedules an action to be executed at dueTime.
Inherited members