Edit

EsentStopwatch class

Provides a set of methods and properties that you can use to measure ESENT work statistics for a thread. If the current version of ESENT doesn't support JetGetThreadStats(JET_THREADSTATS) then all ESENT statistics will be 0.

Inheritance hierarchy

System.Object
  Microsoft.Isam.Esent.Interop.EsentStopwatch

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

Syntax

'Declaration
Public Class EsentStopwatch
'Usage
Dim instance As EsentStopwatch
public class EsentStopwatch

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

EsentStopwatch members

Microsoft.Isam.Esent.Interop namespace