TestLatch Class

Countdown latch wrapper for use in testing. It always 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)

Syntax


public class TestLatch
Public Class TestLatch
public ref class TestLatch

Inheritance Hierarchy


Object
  Akka.TestKit..::..TestLatch