C# Class Manos.IO.Managed.TimerWatcher

Inheritance: Manos.IO.Managed.Watcher, ITimerWatcher
Afficher le fichier Open project: toptensoftware/manos Class Usage Examples

Méthodes publiques

Méthode Description
Again ( ) : void
Start ( ) : void
Stop ( ) : void
TimerWatcher ( Context context, System.Action callback, System.TimeSpan after, System.TimeSpan repeat ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Invoke ( object state ) : void

Method Details

Again() public méthode

public Again ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TimerWatcher() public méthode

public TimerWatcher ( Context context, System.Action callback, System.TimeSpan after, System.TimeSpan repeat ) : System
context Context
callback System.Action
after System.TimeSpan
repeat System.TimeSpan
Résultat System