Skip to content

Applies to

netstandard2.0

Overloads

  • 1. protected HistoricalSchedulerBase()
  • 2. protected HistoricalSchedulerBase(DateTimeOffset initialClock)
  • 3. protected HistoricalSchedulerBase(DateTimeOffset initialClock, IComparer<DateTimeOffset> comparer)

1. Overload

protected HistoricalSchedulerBase()

Summary: Creates a new historical scheduler with the minimum value of DateTimeOffset as the initial clock value.

2. Overload

protected HistoricalSchedulerBase(DateTimeOffset initialClock)

Summary: Creates a new historical scheduler with the specified initial clock value.

Parameters

NameTypeDescription
initialClockDateTimeOffsetInitial clock value.

3. Overload

protected HistoricalSchedulerBase(DateTimeOffset initialClock, IComparer<DateTimeOffset> comparer)

Summary: Creates a new historical scheduler with the specified initial clock value and absolute time comparer.

Parameters

NameTypeDescription
initialClockDateTimeOffsetInitial value for the clock.
comparerIComparerComparer to determine causality of events based on absolute time.