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.
Add the stats in 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 Add ( _
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.Add(t1, t2)
public static JET_THREADSTATS Add(
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 result of adding the stats in t1 and t2.