Search Results for

    Show / Hide Table of Contents

    Interface IStopwatchProvider

    Provider for IStopwatch objects.

    Namespace: System.Reactive.Concurrency
    Assembly: System.Reactive.Interfaces.dll
    Syntax
    public interface IStopwatchProvider

    Methods

    | Improve this Doc View Source

    StartStopwatch()

    Starts a new stopwatch object.

    Declaration
    IStopwatch StartStopwatch()
    Returns
    Type Description
    IStopwatch

    New stopwatch object; started at the time of the request.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX