API Reference
Class
WindowsUpdateCorrelationQuery
Collects reusable endpoint, WSUS, and optional MSRC correlation through ComputerX query layers.
Inheritance
- Object
- WindowsUpdateCorrelationQuery
Methods
public static WindowsUpdateCorrelationResult Get(String computerName = null, WindowsUpdateCorrelationQueryOptions options = null) #Returns:
WindowsUpdateCorrelationResultCollects Windows Update correlation for the specified computer.
Parameters
- computerName System.String = null
- Target computer name. Local aliases are normalized automatically.
- options ComputerX.Updates.WindowsUpdateCorrelationQueryOptions = null
- Optional endpoint, WSUS, and MSRC correlation settings.
Returns
Correlation result including provider alignment, WSUS summary risk, and optional MSRC security posture.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object