Click or drag to resize
Akka.NETTestActorIgnore Delegate
A delegate that returns true if the message should be ignored.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public delegate bool Ignore(
	Object message
)

Parameters

message
Type: SystemObject
The message.

Return Value

Type: Boolean
TBD
See Also