TestimoX

API Reference

Class

WindowsUpdateWsusComputerQuery

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers static

Read-only WSUS computer telemetry query with optional per-row filtering.

Inheritance

  • Object
  • WindowsUpdateWsusComputerQuery

Methods

public static IReadOnlyList<WindowsUpdateWsusComputerTelemetry> Get(WindowsUpdateWsusComputerQueryOptions options, CancellationToken cancellationToken = null) #
Returns: IReadOnlyList<WindowsUpdateWsusComputerTelemetry>

Queries WSUS per-computer telemetry rows and applies optional filters.

Parameters

options ComputerX.Updates.WindowsUpdateWsusComputerQueryOptions requiredposition: 0
WSUS computer query options.
cancellationToken System.Threading.CancellationToken = null optionalposition: 1
Cancellation token.

Returns

Filtered WSUS per-computer telemetry rows.

public static Task<IReadOnlyList<WindowsUpdateWsusComputerTelemetry>> GetAsync(WindowsUpdateWsusComputerQueryOptions options, CancellationToken cancellationToken = null) #
Returns: Task<IReadOnlyList<WindowsUpdateWsusComputerTelemetry>>

Asynchronously queries WSUS per-computer telemetry rows.

Parameters

options ComputerX.Updates.WindowsUpdateWsusComputerQueryOptions requiredposition: 0
cancellationToken System.Threading.CancellationToken = null optionalposition: 1