API Reference
Class
BenchmarkPackFreshnessService
Compares installed native packs to the current product-neutral source allow-list.
Inheritance
- Object
- BenchmarkPackFreshnessService
Methods
GetStatus 2 overloads
public static IReadOnlyList<BenchmarkPackFreshness> GetStatus(BenchmarkPackStore store) #Returns:
IReadOnlyList<BenchmarkPackFreshness>Returns current-source status for every supported product generation.
Parameters
- store TestimoX.Benchmarks.BenchmarkPackStore
public static IReadOnlyList<BenchmarkPackFreshness> GetStatus(BenchmarkPackStore store, Nullable<BenchmarkProductFamily> family) #Returns:
IReadOnlyList<BenchmarkPackFreshness>Returns current-source status for every supported generation in one optional product family.
Parameters
- store TestimoX.Benchmarks.BenchmarkPackStore
- family System.Nullable{TestimoX.Benchmarks.BenchmarkProductFamily}