Click or drag to resize
Akka.NETInternalEventFilterApplier.InternalUnmutableFilter Constructor
TBD

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

Parameters

filters
Type: System.Collections.Generic.IReadOnlyCollection<EventFilterBase>
TBD
system
Type: Akka.Actor.ActorSystem
TBD
See Also