C# Class Amib.Threading.Internal.STPPerformanceCounter

Summary description for STPPerformanceCounter.
Datei anzeigen Open project: SQLServerIO/TPCCBench Class Usage Examples

Protected Properties

Property Type Description
_counterHelp string
_counterName string

Public Methods

Method 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 method

public AddCounterToCollection ( System.Diagnostics.CounterCreationDataCollection counterData ) : void
counterData System.Diagnostics.CounterCreationDataCollection
return void

STPPerformanceCounter() public method

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

STPPerformanceCounter() public method

public STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType ) : System
counterName string
counterHelp string
pcType PerformanceCounterType
return System

Property Details

_counterHelp protected_oe property

protected string _counterHelp
return string

_counterName protected_oe property

protected string _counterName
return string