TestimoX

API Reference

Class

ComponentStore

Namespace ComputerX.Servicing
Assembly ComputerX
Modifiers static

High-level entry point for querying Windows component store health.

Inheritance

  • Object
  • ComponentStore

Methods

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

Gets component store information for the specified computer.

Parameters

computer System.String = null optionalposition: 0
Optional computer name. Defaults to local machine when null.
public static Task<ComponentStoreInfo> GetAsync(String computer = null, Nullable<TimeSpan> timeout = null, CancellationToken ct = null) #
Returns: Task<ComponentStoreInfo>

Asynchronously gets component store information for the specified computer.

Parameters

computer System.String = null optionalposition: 0
Optional computer name. Defaults to local machine when null.
timeout System.Nullable{System.TimeSpan} = null optionalposition: 1
Optional timeout (unused in current WMI-only phase).
ct System.Threading.CancellationToken = null optionalposition: 2
Cancellation token.