API Reference
Class
PatchCatalogWindowQuery
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
- Optional query options.
- cancellationToken System.Threading.CancellationToken = null
- Cancellation token.
Returns
Month-window MSRC catalog and applicability results.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object