Click or drag to resize
Akka.NETMultiNodeClusterSpecEndActor Constructor

Namespace:  Akka.Cluster.TestKit
Assembly:  Akka.Cluster.TestKit (in Akka.Cluster.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public EndActor(
	IActorRef testActor,
	Address target
)

Parameters

testActor
Type: Akka.ActorIActorRef
A reference to a TestActor or TestProbe.
target
Type: Akka.ActorAddress
CAN BE NULL
See Also