TestimoX

API Reference

Class

PerfCounterOptions

Namespace ComputerX.Diagnostics
Assembly ComputerX
Modifiers sealed

Options that control performance counter queries.

Inheritance

  • Object
  • PerfCounterOptions

Constructors

public PerfCounterOptions() #

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.