C# Class Amib.Threading.Internal.STPInstancePerformanceCounter

Inheritance: IDisposable
Mostra file Open project: SQLServerIO/TPCCBench Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
STPInstancePerformanceCounter ( )
STPInstancePerformanceCounter ( ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

Increment() public method

public Increment ( ) : void
return void

IncrementBy() public method

public IncrementBy ( long val ) : void
val long
return void

STPInstancePerformanceCounter() protected method

STPInstancePerformanceCounter() public method

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

STPInstancePerformanceCounter() protected method

protected STPInstancePerformanceCounter ( ) : System
return System

STPInstancePerformanceCounter() public method

public STPInstancePerformanceCounter ( string instance, STPPerformanceCounterType spcType ) : System
instance string
spcType STPPerformanceCounterType
return System

Set() public method

public Set ( long val ) : void
val long
return void