API Reference
Class
WindowsUpdateClientContextQuery
Collects the configured and effective Windows Update client service context through reusable ComputerX queries.
Inheritance
- Object
- WindowsUpdateClientContextQuery
Methods
public static WindowsUpdateClientContext Get(String computerName = null) #Returns:
WindowsUpdateClientContextRetrieves the Windows Update client context snapshot for the specified computer.
Parameters
- computerName System.String = null
- Target computer name. Local aliases are normalized automatically.
Returns
Configured and effective Windows Update service context.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object