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
public class TestActor.SetIgnore : INoSerializationVerificationNeeded
- Inheritance
-
TestActor.SetIgnore
- Implements
-
INoSerializationVerificationNeeded
- Inherited Members
Constructors
SetIgnore(Ignore)
TBD
public SetIgnore(TestActor.Ignore ignore)
Parameters
Properties
Ignore
TBD
public TestActor.Ignore Ignore { get; }