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
Implements
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public class TestActor.SetIgnore : INoSerializationVerificationNeeded
Constructors
| Edit this page View SourceSetIgnore(Ignore)
TBD
Declaration
public SetIgnore(TestActor.Ignore ignore)
Parameters
| Type | Name | Description |
|---|---|---|
| TestActor.Ignore | ignore | TBD |
Properties
| Edit this page View SourceIgnore
TBD
Declaration
public TestActor.Ignore Ignore { get; }
Property Value
| Type | Description |
|---|---|
| TestActor.Ignore |
Edit this page