Skip to content

PeriodicTimerSystemClockMonitor class

Attributes: [EditorBrowsable(EditorBrowsableState.1)]

Defined in

Namespace: System.Reactive.PlatformServices Assembly: System.Reactive.dll Full name: System.Reactive.PlatformServices.PeriodicTimerSystemClockMonitor Modifiers: public

Summary

        (Infrastructure) Monitors for system clock changes based on a periodic timer.
        

Applies to

netstandard2.0

Class hierarchy
classDiagram
class PeriodicTimerSystemClockMonitor
class INotifySystemClockChanged {
    <>
}
INotifySystemClockChanged <|.. PeriodicTimerSystemClockMonitor

Implements: INotifySystemClockChanged

Constructors

NameSummary
.ctorCreates a new monitor for system clock changes with the specified polling frequency.

Events

NameSummary
SystemClockChangedEvent that gets raised when a system clock change is detected.
Inherited members