Search Results for

    Show / Hide Table of Contents

    Class TestActor.Unwatch

    Message that is supposed to be sent to a TestActor to make it unwatch a previously watched actor.

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

    Constructors

    | Edit this page View Source

    Unwatch(IActorRef)

    Declaration
    public Unwatch(IActorRef actorToUnwatch)
    Parameters
    Type Name Description
    IActorRef actorToUnwatch

    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