SystemClock.AddRef() method¶
Defined in
Type: SystemClock
Namespace: System.Reactive.PlatformServices
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public static void AddRef()
Summary: Adds a reference to the system clock monitor, causing it to be sending notifications.
Exceptions
| Type | Condition |
|---|---|
| System.NotSupportedException | Thrown when the system doesn't support sending clock change notifications. |