Unosquare
    Show / Hide Table of Contents

    Class TimeKeeper

    Represents a wrapper around Stopwatch.

    Inheritance
    Object
    TimeKeeper
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: EmbedIO.Internal
    Syntax
    public sealed class TimeKeeper

    Constructors

    TimeKeeper()

    Initializes a new instance of the TimeKeeper class.

    Declaration
    public TimeKeeper()

    Properties

    ElapsedTime

    Gets the elapsed time since the class was initialized.

    Declaration
    public long ElapsedTime { get; }
    Property Value
    Type Description
    Int64

    Comments

    Back to top Copyright © 2017-2019 Unosquare