Show / Hide Table of Contents

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

true to aggregate counters of the current object and all children; false to just return the counters for the current object.

Returns
Type Description
SchedulerPerformanceCounters

The current value of the performance counters.

In This Article
Back to top Generated by DocFX