Table of Contents

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

string

ActorType

Gets the actor type.

AsiBackboneActorType ActorType { get; }

Property Value

AsiBackboneActorType

DisplayName

Gets the optional display name or label for the actor.

string? DisplayName { get; }

Property Value

string

IsAuthenticated

Gets a value indicating whether the actor has been authenticated by the host.

bool IsAuthenticated { get; }

Property Value

bool

IsKnown

Gets a value indicating whether the actor is known to the host or framework.

bool IsKnown { get; }

Property Value

bool