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?)

    Declaration
    public static IActorRef ActorOf(this IActorRefFactory factory, Action<IActorDsl, IActorContext> config, string? name = null)
    Parameters
    Type Name Description
    IActorRefFactory factory
    Action<IActorDsl, IActorContext> config
    string name
    Returns
    Type Description
    IActorRef
    | Edit this page View Source

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

    Declaration
    public static IActorRef ActorOf(this IActorRefFactory factory, Action<IActorDsl> config, string? name = null)
    Parameters
    Type Name Description
    IActorRefFactory factory
    Action<IActorDsl> config
    string name
    Returns
    Type Description
    IActorRef
    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