C# Класс PortableRx.Reactive.SystemClock

Показать файл Открыть проект

Открытые методы

Метод Описание
AddRef ( ) : void

Adds a reference to the system clock monitor, causing it to be sending notifications.

Release ( ) : void

Removes a reference to the system clock monitor, causing it to stop sending notifications if the removed reference was the last one.

Приватные методы

Метод Описание
InitializeSystemClock ( ) : ISystemClock
InitializeSystemClockChanged ( ) : INotifySystemClockChanged
OnSystemClockChanged ( object sender, SystemClockChangedEventArgs e ) : void

Описание методов

AddRef() публичный статический Метод

Adds a reference to the system clock monitor, causing it to be sending notifications.
Thrown when the system doesn't support sending clock change notifications.
public static AddRef ( ) : void
Результат void

Release() публичный статический Метод

Removes a reference to the system clock monitor, causing it to stop sending notifications if the removed reference was the last one.
public static Release ( ) : void
Результат void