Search Results for

    Show / Hide Table of Contents

    Class RemoveRoutee

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

    note

    For a pool with child routees the routee is stopped by sending a PoisonPill to the routee. Precautions are taken to reduce the risk of dropping messages that are concurrently being routed to the remove routee, but there are no guarantees.

    Inheritance
    object
    RouterManagementMessage
    RemoveRoutee
    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 RemoveRoutee : RouterManagementMessage

    Constructors

    | Edit this page View Source

    RemoveRoutee(Routee)

    Initializes a new instance of the RemoveRoutee class.

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

    The routee to remove from the router's collection of routees.

    Properties

    | Edit this page View Source

    Routee

    The routee removed from 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