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¶
| Name | Summary |
|---|---|
| .ctor | Creates a new monitor for system clock changes with the specified polling frequency. |
Events¶
| Name | Summary |
|---|---|
| SystemClockChanged | Event that gets raised when a system clock change is detected. |