Class ConcurrentStopwatch
public class ConcurrentStopwatch : IStopwatch
- Inheritance
-
ConcurrentStopwatch
- Implements
Constructors
ConcurrentStopwatch(IStopwatch)
public ConcurrentStopwatch(IStopwatch stopwatch)
Parameters
stopwatch
IStopwatch
Properties
Elapsed
public TimeSpan Elapsed { get; }
Property Value
ElapsedMilliseconds
public long ElapsedMilliseconds { get; }
Property Value
Methods
Reset()
public void Reset()
Restart()
public void Restart()
Start()
public void Start()
Stop()
public void Stop()