PeriodicTimerSystemClockMonitor(TimeSpan) constructor¶
Defined in
Type: PeriodicTimerSystemClockMonitor
Namespace: System.Reactive.PlatformServices
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public PeriodicTimerSystemClockMonitor(TimeSpan period)
Summary: Creates a new monitor for system clock changes with the specified polling frequency.
Parameters
| Name | Type | Description |
|---|---|---|
period | TimeSpan | Polling frequency for system clock changes. |