Click or drag to resize
Akka.NETTestLatch Constructor (FuncTimeSpan, TimeSpan, TimeSpan, Int32)
TBD

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected TestLatch(
	Func<TimeSpan, TimeSpan> dilate,
	TimeSpan defaultTimeout,
	int count
)

Parameters

dilate
Type: SystemFuncTimeSpan, TimeSpan
TBD
defaultTimeout
Type: SystemTimeSpan
TBD
count
Type: SystemInt32
TBD
See Also