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 SetIgnore : INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceSetIgnore(TestActor.Ignore)
TBD
Declaration
public SetIgnore(TestActor.Ignore ignore)
Parameters
Type | Name | Description |
---|---|---|
TestActor.Ignore | ignore | TBD |
Properties
| Improve this Doc View SourceIgnore
TBD
Declaration
public TestActor.Ignore Ignore { get; }
Property Value
Type | Description |
---|---|
TestActor.Ignore |