JET_THREADSTATS structure

Contains cumulative statistics on the work performed by the database engine on the current thread. This information is returned via JetGetThreadStats.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Structure JET_THREADSTATS _
    Implements IEquatable(Of JET_THREADSTATS)
'Usage
Dim instance As JET_THREADSTATS
[SerializableAttribute]
public struct JET_THREADSTATS : IEquatable<JET_THREADSTATS>

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

JET_THREADSTATS members

Microsoft.Isam.Esent.Interop.Vista namespace