API Reference
Class
WindowsUpdateClientStatusQueryOptions
Options controlling Windows Update client status collection.
Inheritance
- Object
- WindowsUpdateClientStatusQueryOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
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.
public Boolean IncludeBootTelemetry { get; set; } #When true, collects the latest operating-system boot timestamp for reboot transition tracking.