API Reference
Class
PerfCounterOptions
Options that control performance counter queries.
Inheritance
- Object
- PerfCounterOptions
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.