| TestKitBaseCreateTestBarrier 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.129 (1.2.3.129)
Syntax public TestBarrier CreateTestBarrier(
int count
)
member CreateTestBarrier :
count : int -> TestBarrier
Parameters
- count
- Type: SystemInt32
TBD
Return Value
Type:
TestBarrierTBD
See Also