Search Results for

    Show / Hide Table of Contents

    Class SeveralRoutees

    INTERNAL API

    Inheritance
    object
    Routee
    SeveralRoutees
    Inherited Members
    Routee.NoRoutee
    Routee.Ask(object, TimeSpan?)
    Routee.FromActorRef(IActorRef)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Routing
    Assembly: Akka.dll
    Syntax
    public class SeveralRoutees : Routee

    Constructors

    | Edit this page View Source

    SeveralRoutees(Routee[])

    Declaration
    public SeveralRoutees(Routee[] routees)
    Parameters
    Type Name Description
    Routee[] routees

    Methods

    | Edit this page View Source

    Send(object, IActorRef)

    Send a message to the routee.

    Declaration
    public override void Send(object message, IActorRef sender)
    Parameters
    Type Name Description
    object message

    The message to send.

    IActorRef sender

    The sender, if any.

    Overrides
    Routee.Send(object, IActorRef)

    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