Click or drag to resize
Akka.NETMultiNodeClusterSpec.EndActor Constructor

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

Parameters

testActor
Type: Akka.Actor.IActorRef
A reference to a TestActor or TestProbe.
target
Type: Akka.Actor.Address
CAN BE NULL
See Also