Click or drag to resize
Akka.NETTestKitBaseCreateTestBarrier Method
Wraps a Barrier for use in testing. It always uses a timeout when waiting. Timeouts will always throw an exception. The default timeout is 5 seconds.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TestBarrier CreateTestBarrier(
	int count
)

Parameters

count
Type: SystemInt32
TBD

Return Value

Type: TestBarrier
TBD
See Also