Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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