INotifySystemClockChanged interface¶
Attributes: [EditorBrowsable(EditorBrowsableState.1)]
Defined in
Namespace: System.Reactive.PlatformServices
Assembly: System.Reactive.dll
Full name: System.Reactive.PlatformServices.INotifySystemClockChanged
Modifiers: public abstract
Summary¶
(Infrastructure) Provides a mechanism to notify local schedulers about system clock changes.
Applies to
netstandard2.0
Remarks¶
This type is used by the Rx infrastructure and not meant for public consumption or implementation.
No guarantees are made about forward compatibility of the type's functionality and its usage.
Events¶
| Name | Summary |
|---|---|
| SystemClockChanged | Event that gets raised when a system clock change is detected. |