Edit

EsentStopwatch.StartNew method

Initializes a new EsentStopwatch instance and starts measuring elapsed time.

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

Syntax

'Declaration
Public Shared Function StartNew As EsentStopwatch
'Usage
Dim returnValue As EsentStopwatch

returnValue = EsentStopwatch.StartNew()
public static EsentStopwatch StartNew()

Return value

Type: Microsoft.Isam.Esent.Interop.EsentStopwatch
A new, running EsentStopwatch.

See also

Reference

EsentStopwatch class

EsentStopwatch members

Microsoft.Isam.Esent.Interop namespace