API Reference
Class
WindowsUpdateClientStatusQueryOptions
Options controlling Windows Update client status collection.
Inheritance
- Object
- WindowsUpdateClientStatusQueryOptions
Constructors
public WindowsUpdateClientStatusQueryOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public TimeSpan EventLookback { get; set; } #Event lookback window used for startup/shutdown/update event queries.
public TimeSpan QueryTimeout { get; set; } #Per-query timeout budget for event log access.
public Boolean IncludeEventTelemetry { get; set; } #When true, event log telemetry is collected in addition to registry-based signals.