Interface IAsiBackboneActorContext
- Namespace
- AsiBackbone.Core.Actors
- Assembly
- AsiBackbone.Core.dll
Defines a framework-neutral description of the actor participating in an AsiBackbone operation.
public interface IAsiBackboneActorContext
Properties
ActorId
Gets the stable actor identifier.
string ActorId { get; }
Property Value
ActorType
Gets the actor type.
AsiBackboneActorType ActorType { get; }
Property Value
DisplayName
Gets the optional display name or label for the actor.
string? DisplayName { get; }
Property Value
IsAuthenticated
Gets a value indicating whether the actor has been authenticated by the host.
bool IsAuthenticated { get; }
Property Value
IsKnown
Gets a value indicating whether the actor is known to the host or framework.
bool IsKnown { get; }