Click or drag to resize
Akka.NETInternalEventFilterApplierInterceptT Method
TBD

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected T Intercept<T>(
	Func<T> func,
	ActorSystem system,
	Nullable<TimeSpan> timeout,
	Nullable<int> expectedOccurrences,
	InternalEventFilterApplierMatchedEventHandler matchedEventHandler = null
)

Parameters

func
Type: SystemFuncT
TBD
system
Type: Akka.ActorActorSystem
TBD
timeout
Type: SystemNullableTimeSpan
TBD
expectedOccurrences
Type: SystemNullableInt32
TBD
matchedEventHandler (Optional)
Type: Akka.TestKit.InternalInternalEventFilterApplierMatchedEventHandler
TBD

Type Parameters

T
TBD

Return Value

Type: T
TBD
See Also