Edit

EsentStopwatch.ThreadStats property

Gets the total ESENT work stats 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 ThreadStats As JET_THREADSTATS
    Get
    Private Set
'Usage
Dim instance As EsentStopwatch
Dim value As JET_THREADSTATS

value = instance.ThreadStats
public JET_THREADSTATS ThreadStats { get; private set; }

Property value

Type: Microsoft.Isam.Esent.Interop.Vista.JET_THREADSTATS

See also

Reference

EsentStopwatch class

EsentStopwatch members

Microsoft.Isam.Esent.Interop namespace