Search Results for

    Show / Hide Table of Contents

    Class TestActor.Watch

    Message that is supposed to be sent to a TestActor to make it watch the specified actor and receive death notifications, i.e. Terminated messages.

    Inheritance
    object
    TestActor.Watch
    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.Watch : INoSerializationVerificationNeeded

    Constructors

    | Edit this page View Source

    Watch(IActorRef)

    Declaration
    public Watch(IActorRef actorToWatch)
    Parameters
    Type Name Description
    IActorRef actorToWatch

    Properties

    | Edit this page View Source

    Actor

    Declaration
    public IActorRef Actor { get; }
    Property Value
    Type Description
    IActorRef

    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