Search Results for

    Show / Hide Table of Contents

    Class TestActor.SetIgnore

    Message that is supposed to be sent to a TestActor to make it ignore received messages. If the delegate specified on the constructor returns true the message will be ignored by TestActor

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

    Constructors

    | Edit this page View Source

    SetIgnore(Ignore)

    TBD

    Declaration
    public SetIgnore(TestActor.Ignore ignore)
    Parameters
    Type Name Description
    TestActor.Ignore ignore

    TBD

    Properties

    | Edit this page View Source

    Ignore

    TBD

    Declaration
    public TestActor.Ignore Ignore { get; }
    Property Value
    Type Description
    TestActor.Ignore

    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