Class ActorStarted
  
  
  
  
  
  
  Assembly: Akka.dll
  Syntax
  
    public sealed class ActorStarted : IActorTelemetryEvent, INoSerializationVerificationNeeded, INotInfluenceReceiveTimeout
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  ActorStarted(IActorRef, Type, string?)
  
  
  Declaration
  
    public ActorStarted(IActorRef subject, Type actorType, string? actorTypeOverride = null)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  ActorType
  The implementation type for this actor.
 
  
  Declaration
  
    public Type ActorType { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  ActorTypeOverride
  A type name override for the actor
 
  
  Declaration
  
    public string ActorTypeOverride { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Subject
  The actor who emitted this event.
 
  
  Declaration
  
    public IActorRef Subject { get; }
   
  Property Value
  
  Implements
  
  
  
  Extension Methods