C# 클래스 PortableRx.Reactive.PeriodicTimerSystemClockMonitor

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

공개 메소드들

메소드 설명
PeriodicTimerSystemClockMonitor ( System.TimeSpan period ) : System

Creates a new monitor for system clock changes with the specified polling frequency.

비공개 메소드들

메소드 설명
NewTimer ( ) : void
TimeChanged ( ) : void

메소드 상세

PeriodicTimerSystemClockMonitor() 공개 메소드

Creates a new monitor for system clock changes with the specified polling frequency.
public PeriodicTimerSystemClockMonitor ( System.TimeSpan period ) : System
period System.TimeSpan Polling frequency for system clock changes.
리턴 System