C# Class Naos.Foundation.Timer

Inheritance: IDisposable
Afficher le fichier Open project: vip32/Naos

Méthodes publiques

Méthode Description
Dispose ( ) : void
Restart ( ) : void

Stops time interval measurement, resets the elapsed time to zero, and starts measuring elapsed time.

Stop ( ) : void

Stops measuring elapsed time for an interval.

Timer ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Restart() public méthode

Stops time interval measurement, resets the elapsed time to zero, and starts measuring elapsed time.
public Restart ( ) : void
Résultat void

Stop() public méthode

Stops measuring elapsed time for an interval.
public Stop ( ) : void
Résultat void

Timer() public méthode

public Timer ( ) : System
Résultat System