C# 클래스 PortableRx.Reactive.SystemClock

파일 보기 프로젝트 열기: robfe/PortableRx

공개 메소드들

메소드 설명
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