Interface IExecutionStopwatch
Namespace: SuperOffice.Diagnostics
Assembly: SoCore.dll
Syntax
public interface IExecutionStopwatch
Properties
Elapsed
Declaration
TimeSpan Elapsed { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
Methods
Start()
Declaration
void Start()
Stop()
Declaration
void Stop()