Class SystemCurrentActorAccessor
- Namespace
- ProjectTemplate.Infrastructure.Data
- Assembly
- ProjectTemplate.Infrastructure.dll
Provides a default actor value for non-HTTP infrastructure consumers such as workers, CLI tools, test harnesses, and system modules.
public sealed class SystemCurrentActorAccessor : ICurrentActorAccessor
- Inheritance
-
SystemCurrentActorAccessor
- Implements
- Inherited Members
Fields
ActorName
public const string ActorName = "System"
Field Value
Properties
CurrentActor
public string CurrentActor { get; }