C# Class PortableRx.Reactive.PeriodicTimerSystemClockMonitor

Inheritance: INotifySystemClockChanged
显示文件 Open project: robfe/PortableRx

Public Methods

Method Description
PeriodicTimerSystemClockMonitor ( System.TimeSpan period ) : System

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

Private Methods

Method Description
NewTimer ( ) : void
TimeChanged ( ) : void

Method Details

PeriodicTimerSystemClockMonitor() public method

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.
return System