API Reference
Class
ComponentStore
High-level entry point for querying Windows component store health.
Inheritance
- Object
- ComponentStore
Methods
public static ComponentStoreInfo Get(String computer = null) #Returns:
ComponentStoreInfoGets component store information for the specified computer.
Parameters
- computer System.String = null
- 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
- Optional computer name. Defaults to local machine when null.
- timeout System.Nullable{System.TimeSpan} = null
- Optional timeout (unused in current WMI-only phase).
- ct System.Threading.CancellationToken = null
- Cancellation token.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object