C# Class WPNest.Services.TimerWrapper

Inheritance: ITimer
Afficher le fichier Open project: garyjohnson/wpnest

Méthodes publiques

Méthode Description
Change ( int dueTime, int period ) : bool
SetCallback ( TimerCallback callback ) : void

Method Details

Change() public méthode

public Change ( int dueTime, int period ) : bool
dueTime int
period int
Résultat bool

SetCallback() public méthode

public SetCallback ( TimerCallback callback ) : void
callback TimerCallback
Résultat void