Edit

EsentStopwatch.Elapsed property

Gets the total elapsed time measured by the current instance.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Property Elapsed As TimeSpan
    Get
    Private Set
'Usage
Dim instance As EsentStopwatch
Dim value As TimeSpan

value = instance.Elapsed
public TimeSpan Elapsed { get; private set; }

Property value

Type: System.TimeSpan

See also

Reference

EsentStopwatch class

EsentStopwatch members

Microsoft.Isam.Esent.Interop namespace