Table of Contents

Class TestActor.SetIgnore

Namespace
Akka.TestKit
Assembly
Akka.TestKit.dll

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

public class TestActor.SetIgnore : INoSerializationVerificationNeeded
Inheritance
TestActor.SetIgnore
Implements
INoSerializationVerificationNeeded
Inherited Members

Constructors

SetIgnore(Ignore)

TBD

public SetIgnore(TestActor.Ignore ignore)

Parameters

ignore TestActor.Ignore

TBD

Properties

Ignore

TBD

public TestActor.Ignore Ignore { get; }

Property Value

TestActor.Ignore