TestimoX

API Reference

Class

WindowsUpdateUninstallCandidateQuery

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers static

Builds rollback candidates from installed WUA state, history, and optional environment correlation hints.

Inheritance

  • Object
  • WindowsUpdateUninstallCandidateQuery

Methods

public static IReadOnlyList<WindowsUpdateUninstallCandidate> Get(String computerName = null, WindowsUpdateUninstallCandidateQueryOptions options = null) #
Returns: IReadOnlyList<WindowsUpdateUninstallCandidate>

Retrieves uninstall candidates for the specified computer.

Parameters

computerName System.String = null optionalposition: 0
Target computer name.
options ComputerX.Updates.WindowsUpdateUninstallCandidateQueryOptions = null optionalposition: 1
Optional rollback candidate inputs and enrichment settings.

Returns

Candidate rows or a single error row when candidate collection fails.