Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
NullSTPInstancePerformanceCounters ( string instance ) : System | ||
SampleThreads ( long activeThreads, long inUseThreads ) : void | ||
SampleWorkItems ( long workItemsQueued, long workItemsProcessed ) : void | ||
SampleWorkItemsProcessTime ( TimeSpan workItemProcessTime ) : void | ||
SampleWorkItemsWaitTime ( TimeSpan workItemWaitTime ) : void |
Method | Description | |
---|---|---|
NullSTPInstancePerformanceCounters ( ) : System |
public NullSTPInstancePerformanceCounters ( 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 ( TimeSpan workItemProcessTime ) : void | ||
workItemProcessTime | TimeSpan | |
return | void |
public SampleWorkItemsWaitTime ( TimeSpan workItemWaitTime ) : void | ||
workItemWaitTime | TimeSpan | |
return | void |