Click or drag to resize
Akka.NETInternalEventFilterApplierExpectOneT Method (TimeSpan, FuncT)
TBD

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public T ExpectOne<T>(
	TimeSpan timeout,
	Func<T> func
)

Parameters

timeout
Type: SystemTimeSpan
TBD
func
Type: SystemFuncT
TBD

Type Parameters

T
TBD

Return Value

Type: T
TBD

Implements

IEventFilterApplierExpectOneT(TimeSpan, FuncT)
See Also