Click or drag to resize
Akka.NETInternalEventFilterApplierAwaitDone Method
TBD

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected bool AwaitDone(
	TimeSpan timeout,
	Nullable<int> expectedOccurrences,
	InternalEventFilterApplierMatchedEventHandler matchedEventHandler
)

Parameters

timeout
Type: SystemTimeSpan
TBD
expectedOccurrences
Type: SystemNullableInt32
TBD
matchedEventHandler
Type: Akka.TestKit.InternalInternalEventFilterApplierMatchedEventHandler
TBD

Return Value

Type: Boolean
TBD
See Also