Search Results for

    Show / Hide Table of Contents

    Class WithListeners

    This class represents a ListenerMessage instructing an IActorRef to perform a supplied Action<T> for all of its listeners.

    Inheritance
    object
    ListenerMessage
    WithListeners
    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 WithListeners : ListenerMessage

    Constructors

    | Edit this page View Source

    WithListeners(Action<IActorRef>)

    Initializes a new instance of the WithListeners class.

    Declaration
    public WithListeners(Action<IActorRef> listenerFunction)
    Parameters
    Type Name Description
    Action<IActorRef> listenerFunction

    The action to perform for all of an actor's listeners.

    Properties

    | Edit this page View Source

    ListenerFunction

    The action to perform for all of an actor's listeners.

    Declaration
    public Action<IActorRef> ListenerFunction { get; }
    Property Value
    Type Description
    Action<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