C# 클래스 HealthMonitoring.TestUtils.Awaitable.MockStopwatch

상속: IStopwatch, IAsyncTimedEvent
파일 보기 프로젝트 열기: wongatech/HealthMonitoring

공개 메소드들

메소드 설명
MockStopwatch ( string tag, System.TimeSpan elapsed, TimeLineProvider timelineProvider, ConcurrentQueue timeline ) : System
Start ( ) : IStopwatch
Stop ( ) : IStopwatch

메소드 상세

MockStopwatch() 공개 메소드

public MockStopwatch ( string tag, System.TimeSpan elapsed, TimeLineProvider timelineProvider, ConcurrentQueue timeline ) : System
tag string
elapsed System.TimeSpan
timelineProvider TimeLineProvider
timeline ConcurrentQueue
리턴 System

Start() 공개 메소드

public Start ( ) : IStopwatch
리턴 IStopwatch

Stop() 공개 메소드

public Stop ( ) : IStopwatch
리턴 IStopwatch