Skip to content

Interface IAuditStoreRegistry

Namespace: Cephalon.Abstractions.Audit
Assembly: Cephalon.Abstractions.dll

Receives audit-store descriptors contributed by active modules or packages.

public interface IAuditStoreRegistry

Adds an audit store to the current runtime composition.

void Add(AuditStoreDescriptor auditStore)

auditStore AuditStoreDescriptor

The audit-store descriptor to register.