| TestLatch Constructor (FuncTimeSpan, TimeSpan, TimeSpan, Int32) |
TBD
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected TestLatch(
Func<TimeSpan, TimeSpan> dilate,
TimeSpan defaultTimeout,
int count
)
new :
dilate : Func<TimeSpan, TimeSpan> *
defaultTimeout : TimeSpan *
count : int -> TestLatch
Parameters
- dilate
- Type: SystemFuncTimeSpan, TimeSpan
TBD - defaultTimeout
- Type: SystemTimeSpan
TBD - count
- Type: SystemInt32
TBD
See Also