Search Results for

    Show / Hide Table of Contents

    Class ActExtensions

    This class contains extension methods used for working with IActorRefFactory.

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

    Methods

    | Edit this page View Source

    ActorOf(IActorRefFactory, Action<IActorDsl, IActorContext>, string)

    TBD

    Declaration
    public static IActorRef ActorOf(this IActorRefFactory factory, Action<IActorDsl, IActorContext> config, string name = null)
    Parameters
    Type Name Description
    IActorRefFactory factory

    TBD

    Action<IActorDsl, IActorContext> config

    TBD

    string name

    TBD

    Returns
    Type Description
    IActorRef

    TBD

    | Edit this page View Source

    ActorOf(IActorRefFactory, Action<IActorDsl>, string)

    TBD

    Declaration
    public static IActorRef ActorOf(this IActorRefFactory factory, Action<IActorDsl> config, string name = null)
    Parameters
    Type Name Description
    IActorRefFactory factory

    TBD

    Action<IActorDsl> config

    TBD

    string name

    TBD

    Returns
    Type Description
    IActorRef

    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