C# Class HealthMonitoring.TestUtils.Awaitable.MockStopwatch

Inheritance: IStopwatch, IAsyncTimedEvent
Afficher le fichier Open project: wongatech/HealthMonitoring

Méthodes publiques

Méthode Description
MockStopwatch ( string tag, System.TimeSpan elapsed, TimeLineProvider timelineProvider, ConcurrentQueue timeline ) : System
Start ( ) : IStopwatch
Stop ( ) : IStopwatch

Method Details

MockStopwatch() public méthode

public MockStopwatch ( string tag, System.TimeSpan elapsed, TimeLineProvider timelineProvider, ConcurrentQueue timeline ) : System
tag string
elapsed System.TimeSpan
timelineProvider TimeLineProvider
timeline ConcurrentQueue
Résultat System

Start() public méthode

public Start ( ) : IStopwatch
Résultat IStopwatch

Stop() public méthode

public Stop ( ) : IStopwatch
Résultat IStopwatch