API Reference
Class
WindowsUpdateServiceQuery
Queries registered Windows Update services through the WUA COM API.
Inheritance
- Object
- WindowsUpdateServiceQuery
Methods
public static IReadOnlyList<WindowsUpdateServiceInfo> Get(String computerName = null, WindowsUpdateServiceQueryOptions options = null) #Returns:
IReadOnlyList<WindowsUpdateServiceInfo>Retrieves registered Windows Update services for the specified computer.
Parameters
- computerName System.String = null
- Target computer name. Local aliases are normalized automatically.
- options ComputerX.Updates.WindowsUpdateServiceQueryOptions = null
- Optional service filters.
Returns
Registered update services or a single error row when collection fails.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object