| InternalEventFilterApplierInterceptT 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
)
member Intercept :
func : Func<'T> *
system : ActorSystem *
timeout : Nullable<TimeSpan> *
expectedOccurrences : Nullable<int> *
?matchedEventHandler : InternalEventFilterApplierMatchedEventHandler
(* Defaults:
let _matchedEventHandler = defaultArg matchedEventHandler null
*)
-> 'T
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:
TTBD
See Also