C# Class PortableRx.Reactive.PeriodicTimerSystemClockMonitor

Inheritance: INotifySystemClockChanged
Afficher le fichier Open project: robfe/PortableRx

Méthodes publiques

Méthode Description
PeriodicTimerSystemClockMonitor ( System.TimeSpan period ) : System

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

Private Methods

Méthode Description
NewTimer ( ) : void
TimeChanged ( ) : void

Method Details

PeriodicTimerSystemClockMonitor() public méthode

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.
Résultat System