API Reference
Class
WindowsUpdateQuery
Queries Windows Update Agent search results through the WUA COM API.
Inheritance
- Object
- WindowsUpdateQuery
Methods
public static IReadOnlyList<WindowsUpdateEntry> Get(String computerName = null, WindowsUpdateQueryOptions options = null) #Returns:
IReadOnlyList<WindowsUpdateEntry>Retrieves Windows Update Agent search results for the specified computer.
Parameters
- computerName System.String = null
- Target computer name. Local aliases are normalized automatically.
- options ComputerX.Updates.WindowsUpdateQueryOptions = null
- Optional WUA search filters.
Returns
Matching WUA entries or a single error entry when collection fails.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object