C# Class Naos.Foundation.Timer

Inheritance: IDisposable
Show file Open project: vip32/Naos

Public Methods

Method 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 method

public Dispose ( ) : void
return void

Restart() public method

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

Stop() public method

Stops measuring elapsed time for an interval.
public Stop ( ) : void
return void

Timer() public method

public Timer ( ) : System
return System