Search Results for

    Show / Hide Table of Contents

    Class TerminatedProps

    This class represents a specialized Props used when the actor has been terminated.

    Inheritance
    object
    Props
    TerminatedProps
    Implements
    IEquatable<Props>
    ISurrogated
    Inherited Members
    Props.None
    Props.Type
    Props.Dispatcher
    Props.Mailbox
    Props.TypeName
    Props.RouterConfig
    Props.Deploy
    Props.SupervisorStrategy
    Props.Empty
    Props.Arguments
    Props.Equals(Props)
    Props.ToSurrogate(ActorSystem)
    Props.Equals(object)
    Props.GetHashCode()
    Props.Create<TActor>(Expression<Func<TActor>>, SupervisorStrategy)
    Props.Create<TActor>(params object[])
    Props.CreateBy<TProducer>(params object[])
    Props.CreateBy(IIndirectActorProducer, params object[])
    Props.Create<TActor>(SupervisorStrategy)
    Props.Create(Type, params object[])
    Props.WithMailbox(string)
    Props.WithDispatcher(string)
    Props.WithRouter(RouterConfig)
    Props.WithStashCapacity(int)
    Props.WithDeploy(Deploy)
    Props.WithSupervisorStrategy(SupervisorStrategy)
    Props.Copy()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public class TerminatedProps : Props, IEquatable<Props>, ISurrogated

    Methods

    | Edit this page View Source

    NewActor()

    N/A

    Declaration
    public override ActorBase NewActor()
    Returns
    Type Description
    ActorBase

    N/A

    Overrides
    Props.NewActor()
    Exceptions
    Type Condition
    InvalidOperationException

    This exception is thrown automatically since the actor has been terminated.

    Implements

    IEquatable<T>
    ISurrogated

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET