Class TimeKeeper
Represents a wrapper around Stopwatch.
Inherited Members
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 |