Interface ISchedulerPerformanceCountersProvider
Interface implemented by schedulers that support reporting performance counters.
Namespace: Reaqtive.Scheduler
Assembly: Reaqtive.Scheduler.dll
Syntax
public interface ISchedulerPerformanceCountersProvider
Methods
QueryPerformanceCounters(Boolean)
Queries the current value of the performance counters.
Declaration
SchedulerPerformanceCounters QueryPerformanceCounters(bool includeChildren)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | includeChildren |
|
Returns
Type | Description |
---|---|
SchedulerPerformanceCounters | The current value of the performance counters. |