Click or drag to resize
Akka.NETTestKitBaseCreateTestLatch Method
Creates a Countdown latch wrapper for use in testing. It uses a timeout when waiting and timeouts are specified as durations. There's a default timeout of 5 seconds and the default count is 1. Timeouts will always throw an exception.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual TestLatch CreateTestLatch(
	int count = 1
)

Parameters

count (Optional)
Type: SystemInt32
Optional. The count. Default: 1

Return Value

Type: TestLatch
A new TestLatch
See Also