Skip to content

IStopwatch interface

Defined in

Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll Full name: System.Reactive.Concurrency.IStopwatch Modifiers: public abstract

Summary

        Abstraction for a stopwatch to compute time relative to a starting point.
        

Applies to

netstandard2.0

Properties

NameSummary
ElapsedGets the time elapsed since the stopwatch object was obtained.