Search Results for

    Show / Hide Table of Contents

    Class AddRoutee

    This class represents a RouterManagementMessage sent to a Router instructing it to add a specific routee to the router's collection of routees. It may be handled after other messages.

    Inheritance
    object
    RouterManagementMessage
    AddRoutee
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Routing
    Assembly: Akka.dll
    Syntax
    public sealed class AddRoutee : RouterManagementMessage

    Constructors

    | Edit this page View Source

    AddRoutee(Routee)

    Initializes a new instance of the AddRoutee class.

    Declaration
    public AddRoutee(Routee routee)
    Parameters
    Type Name Description
    Routee routee

    The routee added to the router's collection of routees.

    Properties

    | Edit this page View Source

    Routee

    The routee added to the router's collection of routees.

    Declaration
    public Routee Routee { get; }
    Property Value
    Type Description
    Routee

    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