TestimoX

API Reference

Class

PatchCatalogWindowQuery

Namespace ComputerX.PatchDetails
Assembly ComputerX
Modifiers static

Builds a reusable MSRC catalog view across the current month plus prior months, optionally scoped to an estate.

Inheritance

  • Object
  • PatchCatalogWindowQuery

Methods

public static async Task<PatchCatalogWindowQueryResult> GetAsync(PatchCatalogWindowQueryOptions options = null, CancellationToken cancellationToken = null) #
Returns: Task<PatchCatalogWindowQueryResult>

Executes the reusable month-window MSRC catalog query.

Parameters

options ComputerX.PatchDetails.PatchCatalogWindowQueryOptions = null optionalposition: 0
Optional query options.
cancellationToken System.Threading.CancellationToken = null optionalposition: 1
Cancellation token.

Returns

Month-window MSRC catalog and applicability results.