API Reference
Class
AdmxProviderCatalog
Top-level maintained index of ADMX provider cache entries.
Inheritance
- Object
- AdmxProviderCatalog
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AdmxProviderCatalog() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 SchemaVersion { get; set; } #Catalog schema version.
public String UpdatedAtUtc { get; set; } #UTC timestamp when the catalog was last updated.
public IReadOnlyList<AdmxProviderCatalogEntry> Entries { get; set; } #Latest cache entry per provider.
public IReadOnlyList<AdmxProviderCatalogEntry> History { get; set; } #Append-only cache refresh history.