Click or drag to resize
Akka.NETTestLatchReady Method (TimeSpan)
Expects the latch to become open within the specified timeout. If the timeout is reached, a TimeoutException is thrown.

If this instance has been created using TestKit.CreateTestLatchtimeout is dilated, i.e. multiplied by TestTimeFactor

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Ready(
	TimeSpan timeout
)

Parameters

timeout
Type: SystemTimeSpan
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when a too large timeout has been specified.
TimeoutException This exception is thrown when the timeout is reached.
See Also