EchoActor Constructor

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

Syntax


public EchoActor(
	ActorRef testActorRef
)
Public Sub New ( _
	testActorRef As ActorRef _
)
public:
EchoActor(
	ActorRef^ testActorRef
)

Parameters

testActorRef
Type: Akka.Actor..::..ActorRef