TestimoX

API Reference

Class

ProbeResult

Namespace ComputerX.Wmi.Wmi
Assembly ComputerX
Modifiers sealed

Result of probing a WMI namespace (success, count, error, duration).

Inheritance

  • Object
  • ProbeResult

Constructors

public ProbeResult() #

Properties

public Boolean Success { get; set; } #

True when the namespace query returned any rows.

public Int32 Count { get; set; } #

Number of rows returned from the meta_class query.

public String Error { get; set; } #

Last error text, including host-unreachable note when applicable.

public TimeSpan Duration { get; set; } #

Total elapsed time for the probe.