Search Results for

    Show / Hide Table of Contents

    Class ActorRefFactoryExtensions

    This class contains extension methods used for working with IActorRefFactory.

    Inheritance
    object
    ActorRefFactoryExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public static class ActorRefFactoryExtensions

    Methods

    | Edit this page View Source

    ActorOf<TActor>(IActorRefFactory, string)

    TBD

    Declaration
    public static IActorRef ActorOf<TActor>(this IActorRefFactory factory, string name = null) where TActor : ActorBase, new()
    Parameters
    Type Name Description
    IActorRefFactory factory

    TBD

    string name

    TBD

    Returns
    Type Description
    IActorRef

    TBD

    Type Parameters
    Name Description
    TActor

    TBD

    | Edit this page View Source

    ActorSelection(IActorRefFactory, IActorRef, string)

    Construct an ActorSelection from the given string representing a path relative to the given target. This operation has to create all the matching magic, so it is preferable to cache its result if the intention is to send messages frequently.

    Declaration
    public static ActorSelection ActorSelection(this IActorRefFactory factory, IActorRef anchorRef, string actorPath)
    Parameters
    Type Name Description
    IActorRefFactory factory

    TBD

    IActorRef anchorRef

    TBD

    string actorPath

    TBD

    Returns
    Type Description
    ActorSelection

    TBD

    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