)>
Defined in Type: HistoricalSchedulerBase
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.dll
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
| Name | Type | Description |
|---|---|---|
initialClock | DateTimeOffset | Initial 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
| Name | Type | Description |
|---|---|---|
initialClock | DateTimeOffset | Initial value for the clock. |
comparer | IComparer | Comparer to determine causality of events based on absolute time. |