JET_THREADSTATS. Soustraire la méthode
Calcule la différence de statistiques entre deux structures de JET_THREADSTATS.
Espace de noms : Microsoft. ISAM. esent. Interop. Vista
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'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
)
Paramètres
t1
Type : Microsoft.ISAM.esent.Interop.Vista.JET_THREADSTATSPremier JET_THREADSTATS.
H2
Type : Microsoft.ISAM.esent.Interop.Vista.JET_THREADSTATSDeuxième JET_THREADSTATS.
Valeur de retour
Type : Microsoft.ISAM.esent.Interop.Vista.JET_THREADSTATS
JET_THREADSTATS contenant la différence des statistiques entre T1 et T2.