Interface IAuditContextAccessor
Declares the actor for audited work that has no authenticated HTTP caller.
public interface IAuditContextAccessor
Properties
Current
The actor in effect for the current async flow, or null.
AuditActor Current { get; }
Property Value
Methods
Push(AuditActor)
Makes actor the actor for the current async flow until the returned scope is
disposed, then restores whatever was in effect before.
IDisposable Push(AuditActor actor)
Parameters
actorAuditActor