Click or drag to resize
Akka.NETInternalEventFilterApplierInternalUnmutableFilter Constructor
TBD

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public InternalUnmutableFilter(
	IReadOnlyCollection<EventFilterBase> filters,
	ActorSystem system
)

Parameters

filters
Type: System.Collections.GenericIReadOnlyCollectionEventFilterBase
TBD
system
Type: Akka.ActorActorSystem
TBD
See Also