Click or drag to resize
Akka.NETTestKitBaseCreateEventFilter Method
Creates a new event filter for the specified actor system.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public EventFilterFactory CreateEventFilter(
	ActorSystem system
)

Parameters

system
Type: Akka.ActorActorSystem
Actor system.

Return Value

Type: EventFilterFactory
A new instance of EventFilterFactory.
See Also