C# Class Amib.Threading.Internal.STPInstancePerformanceCounter

Inheritance: IDisposable
Afficher le fichier Open project: SQLServerIO/TPCCBench Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
Dispose ( bool disposing ) : void
Increment ( ) : void
IncrementBy ( long val ) : void
STPInstancePerformanceCounter ( string instance, STPPerformanceCounterType spcType )
STPInstancePerformanceCounter ( string instance, STPPerformanceCounterType spcType ) : System
Set ( long val ) : void

Méthodes protégées

Méthode Description
STPInstancePerformanceCounter ( )
STPInstancePerformanceCounter ( ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposing ) : void
disposing bool
Résultat void

Increment() public méthode

public Increment ( ) : void
Résultat void

IncrementBy() public méthode

public IncrementBy ( long val ) : void
val long
Résultat void

STPInstancePerformanceCounter() protected méthode

STPInstancePerformanceCounter() public méthode

public STPInstancePerformanceCounter ( string instance, STPPerformanceCounterType spcType )
instance string
spcType STPPerformanceCounterType

STPInstancePerformanceCounter() protected méthode

protected STPInstancePerformanceCounter ( ) : System
Résultat System

STPInstancePerformanceCounter() public méthode

public STPInstancePerformanceCounter ( string instance, STPPerformanceCounterType spcType ) : System
instance string
spcType STPPerformanceCounterType
Résultat System

Set() public méthode

public Set ( long val ) : void
val long
Résultat void