C# Class Amib.Threading.Internal.STPPerformanceCounter

Summary description for STPPerformanceCounter.
Afficher le fichier Open project: SQLServerIO/TPCCBench Class Usage Examples

Protected Properties

Свойство Type Description
_counterHelp string
_counterName string

Méthodes publiques

Méthode Description
AddCounterToCollection ( System.Diagnostics.CounterCreationDataCollection counterData ) : void
STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType )
STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType ) : System

Method Details

AddCounterToCollection() public méthode

public AddCounterToCollection ( System.Diagnostics.CounterCreationDataCollection counterData ) : void
counterData System.Diagnostics.CounterCreationDataCollection
Résultat void

STPPerformanceCounter() public méthode

public STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType )
counterName string
counterHelp string
pcType PerformanceCounterType

STPPerformanceCounter() public méthode

public STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType ) : System
counterName string
counterHelp string
pcType PerformanceCounterType
Résultat System

Property Details

_counterHelp protected_oe property

protected string _counterHelp
Résultat string

_counterName protected_oe property

protected string _counterName
Résultat string