Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
Dispose ( bool disposing ) : void | ||
STPInstancePerformanceCounters ( string instance ) | ||
STPInstancePerformanceCounters ( string instance ) : System | ||
SampleThreads ( long activeThreads, long inUseThreads ) : void | ||
SampleWorkItems ( long workItemsQueued, long workItemsProcessed ) : void | ||
SampleWorkItemsProcessTime ( System.TimeSpan workItemProcessTime ) : void | ||
SampleWorkItemsWaitTime ( System.TimeSpan workItemWaitTime ) : void |
Method | Description | |
---|---|---|
GetCounter ( STPPerformanceCounterType spcType ) : |
||
STPInstancePerformanceCounters ( ) | ||
STPInstancePerformanceCounters ( ) : System |
public STPInstancePerformanceCounters ( string instance ) | ||
instance | string |
public STPInstancePerformanceCounters ( string instance ) : System | ||
instance | string | |
return | System |
public SampleThreads ( long activeThreads, long inUseThreads ) : void | ||
activeThreads | long | |
inUseThreads | long | |
return | void |
public SampleWorkItems ( long workItemsQueued, long workItemsProcessed ) : void | ||
workItemsQueued | long | |
workItemsProcessed | long | |
return | void |
public SampleWorkItemsProcessTime ( System.TimeSpan workItemProcessTime ) : void | ||
workItemProcessTime | System.TimeSpan | |
return | void |
public SampleWorkItemsWaitTime ( System.TimeSpan workItemWaitTime ) : void | ||
workItemWaitTime | System.TimeSpan | |
return | void |