TestimoX

API Reference

Class

ServiceQueryDiagnostics

Namespace ComputerX.Services
Assembly ComputerX
Modifiers sealed

Diagnostics metadata for a services enumeration attempt on a single machine. Mirrors the shape used by WMI diagnostics to keep reporting consistent.

Inheritance

  • Object
  • ServiceQueryDiagnostics

Constructors

public ServiceQueryDiagnostics() #

Properties

public String Computer { get; set; } #

Target machine name.

public String MethodTriedFirst { get; set; } #

First method attempted (Native/WMI/CIM).

public String MethodSucceeded { get; set; } #

Method that ultimately succeeded, or empty if none.

public Boolean FallbackUsed { get; set; } #

True when a fallback engine was used.

public Boolean HostUnreachable { get; set; } #

True when diagnostics indicate the host was unreachable.

public String Error { get; set; } #

Optional error description.

public TimeSpan Duration { get; set; } #

Duration of the attempt.