Table of Contents

Class ConcurrentStopwatch

Namespace
Coherence.Common
Assembly
Coherence.Common.dll
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

TimeSpan

ElapsedMilliseconds

public long ElapsedMilliseconds { get; }

Property Value

long

Methods

Reset()

public void Reset()

Restart()

public void Restart()

Start()

public void Start()

Stop()

public void Stop()