Click or drag to resize
Akka.NETEventFilterFactory Constructor (TestKitBase, ActorSystem, IReadOnlyList<EventFilterBase>)
TBD

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public EventFilterFactory(
	TestKitBase testkit,
	ActorSystem actorSystem,
	IReadOnlyList<EventFilterBase> filters
)

Parameters

testkit
Type: Akka.TestKit.TestKitBase
TBD
actorSystem
Type: Akka.Actor.ActorSystem
TBD
filters
Type: System.Collections.Generic.IReadOnlyList<EventFilterBase>
TBD
See Also