TestLatch..::..Apply Method

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll)

Syntax


public static TestLatch Apply(
	ActorSystem system,
	int count
)
Public Shared Function Apply ( _
	system As ActorSystem, _
	count As Integer _
) As TestLatch
public:
static TestLatch^ Apply(
	ActorSystem^ system, 
	int^ count
)

Parameters

system
Type: Akka.Actor..::..ActorSystem
count
Type: Int32