API Reference
Class
WindowsUpdateUninstallCandidateQuery
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
- Target computer name.
- options ComputerX.Updates.WindowsUpdateUninstallCandidateQueryOptions = null
- Optional rollback candidate inputs and enrichment settings.
Returns
Candidate rows or a single error row when candidate collection fails.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object