Click or drag to resize
Akka.NETInternalEventFilterApplier Constructor
TBD

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

Parameters

testkit
Type: Akka.TestKitTestKitBase
TBD
system
Type: Akka.ActorActorSystem
TBD
filters
Type: System.Collections.GenericIReadOnlyListEventFilterBase
TBD
See Also