Skip to content

Interface IAuditActorAccessor

Namespace: Cephalon.Audit.Services
Assembly: Cephalon.Audit.dll

Exposes the audit actor currently associated with the ambient runtime scope when one is known.

public interface IAuditActorAccessor

Gets the audit actor currently associated with the ambient runtime scope when one is known.

AuditActor? Current { get; }

AuditActor?