TestimoX

API Reference

Class

ComponentStoreQuery

Namespace ComputerX.Servicing
Assembly ComputerX
Modifiers static

Placeholder query for Windows component store health (WMI-only phase).

Inheritance

  • Object
  • ComponentStoreQuery

Methods

public static ComponentStoreInfo Get(String computer) #
Returns: ComponentStoreInfo

Gets minimal component store information for the specified computer. In the WMI-only phase, this returns Unknown and IsSupported=false.

Parameters

computer System.String requiredposition: 0
Computer name (unused for now).
public static Task<ComponentStoreInfo> GetAsync(String computer, TimeSpan timeout, CancellationToken ct) #
Returns: Task<ComponentStoreInfo>

Asynchronously gets minimal component store information for the specified computer.

Parameters

computer System.String requiredposition: 0
timeout System.TimeSpan requiredposition: 1
ct System.Threading.CancellationToken requiredposition: 2