Table of Contents

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

string

Properties

CurrentActor

public string CurrentActor { get; }

Property Value

string