메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
GetCounter ( STPPerformanceCounterType spcType ) : |
||
STPInstancePerformanceCounters ( ) | ||
STPInstancePerformanceCounters ( ) : System |
public STPInstancePerformanceCounters ( string instance ) | ||
instance | string |
public STPInstancePerformanceCounters ( string instance ) : System | ||
instance | string | |
리턴 | System |
public SampleThreads ( long activeThreads, long inUseThreads ) : void | ||
activeThreads | long | |
inUseThreads | long | |
리턴 | void |
public SampleWorkItems ( long workItemsQueued, long workItemsProcessed ) : void | ||
workItemsQueued | long | |
workItemsProcessed | long | |
리턴 | void |
public SampleWorkItemsProcessTime ( System.TimeSpan workItemProcessTime ) : void | ||
workItemProcessTime | System.TimeSpan | |
리턴 | void |
public SampleWorkItemsWaitTime ( System.TimeSpan workItemWaitTime ) : void | ||
workItemWaitTime | System.TimeSpan | |
리턴 | void |