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.
Calculate the difference in stats between two JET_THREADSTATS structures.
Namespace: Microsoft.Isam.Esent.Interop.Vista
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Function Subtract ( _
t1 As JET_THREADSTATS, _
t2 As JET_THREADSTATS _
) As JET_THREADSTATS
'Usage
Dim t1 As JET_THREADSTATS
Dim t2 As JET_THREADSTATS
Dim returnValue As JET_THREADSTATS
returnValue = JET_THREADSTATS.Subtract(t1, t2)
public static JET_THREADSTATS Subtract(
JET_THREADSTATS t1,
JET_THREADSTATS t2
)
Parameters
t1
Type: Microsoft.Isam.Esent.Interop.Vista.JET_THREADSTATSThe first JET_THREADSTATS.
t2
Type: Microsoft.Isam.Esent.Interop.Vista.JET_THREADSTATSThe second JET_THREADSTATS.
Return value
Type: Microsoft.Isam.Esent.Interop.Vista.JET_THREADSTATS
A JET_THREADSTATS containing the difference in stats between t1 and t2.