Search Results for

    Show / Hide Table of Contents

    Class TestConductorExtension

    Access to the TestConductor extension:

    {{{ var tc = TestConductor(system) tc.StartController(numPlayers) OR tc.StartClient(conductorPort) }}}

    Inheritance
    object
    ExtensionIdProvider<TestConductor>
    TestConductorExtension
    Implements
    IExtensionId<TestConductor>
    IExtensionId
    Inherited Members
    ExtensionIdProvider<TestConductor>.Apply(ActorSystem)
    ExtensionIdProvider<TestConductor>.ExtensionType
    ExtensionIdProvider<TestConductor>.Get(ActorSystem)
    ExtensionIdProvider<TestConductor>.Equals(object)
    ExtensionIdProvider<TestConductor>.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Remote.TestKit
    Assembly: Akka.Remote.TestKit.dll
    Syntax
    public class TestConductorExtension : ExtensionIdProvider<TestConductor>, IExtensionId<TestConductor>, IExtensionId

    Methods

    | Edit this page View Source

    CreateExtension(ExtendedActorSystem)

    Creates the current extension using a given actor system.

    Declaration
    public override TestConductor CreateExtension(ExtendedActorSystem system)
    Parameters
    Type Name Description
    ExtendedActorSystem system

    The actor system to use when creating the extension.

    Returns
    Type Description
    TestConductor

    The extension created using the given actor system.

    Overrides
    ExtensionIdProvider<TestConductor>.CreateExtension(ExtendedActorSystem)

    Implements

    IExtensionId<T>
    IExtensionId

    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