Search Results for

    Show / Hide Table of Contents

    Class TestActor.SetAutoPilot

    Message that is supposed to be sent to a TestActor to install an AutoPilot to drive the TestActor: the AutoPilot will be run for each received message and can be used to send or forward messages, etc. Each invocation must return the AutoPilot for the next round.

    Inheritance
    object
    TestActor.SetAutoPilot
    Implements
    INoSerializationVerificationNeeded
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.TestKit
    Assembly: Akka.TestKit.dll
    Syntax
    public class TestActor.SetAutoPilot : INoSerializationVerificationNeeded

    Constructors

    | Edit this page View Source

    SetAutoPilot(AutoPilot)

    TBD

    Declaration
    public SetAutoPilot(AutoPilot autoPilot)
    Parameters
    Type Name Description
    AutoPilot autoPilot

    TBD

    Properties

    | Edit this page View Source

    AutoPilot

    TBD

    Declaration
    public AutoPilot AutoPilot { get; }
    Property Value
    Type Description
    AutoPilot

    Implements

    INoSerializationVerificationNeeded

    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