API Reference
Class
PerfCounterOptions
Options that control performance counter queries.
Inheritance
- Object
- PerfCounterOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public PerfCounterOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean PreferCim { get; set; } #Prefer CIM over classic WMI when true.
public Boolean AllowFallback { get; set; } #Allow automatic fallback between CIM and WMI if the first attempt fails.
public Nullable<TimeSpan> Timeout { get; set; } #Per-query timeout. Defaults to library standard when null.