Delegate TestActor.Ignore
A delegate that returns true if the message should be ignored.
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public delegate bool TestActor.Ignore(object message)
Parameters
| Type | Name | Description |
|---|---|---|
| object | message | The message. |
Returns
| Type | Description |
|---|---|
| bool | TBD |
Edit this page