Interface IAuditStoreRegistry
Namespace: Cephalon.Abstractions.Audit
Assembly: Cephalon.Abstractions.dll
Receives audit-store descriptors contributed by active modules or packages.
public interface IAuditStoreRegistryMethods
Section titled “Methods”Add(AuditStoreDescriptor)
Section titled “ Add(AuditStoreDescriptor)”Adds an audit store to the current runtime composition.
void Add(AuditStoreDescriptor auditStore)Parameters
Section titled “Parameters”auditStore AuditStoreDescriptor
The audit-store descriptor to register.