API Reference
Class
ComponentStoreQuery
Placeholder query for Windows component store health (WMI-only phase).
Inheritance
- Object
- ComponentStoreQuery
Methods
public static ComponentStoreInfo Get(String computer) #Returns:
ComponentStoreInfoGets minimal component store information for the specified computer. In the WMI-only phase, this returns Unknown and IsSupported=false.
Parameters
- computer System.String
- 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
- timeout System.TimeSpan
- ct System.Threading.CancellationToken
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object