Click or drag to resize
Akka.NETEchoActor Constructor
TBD

Namespace:  Akka.TestKit.TestActors
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public EchoActor(
	TestKitBase testkit,
	bool echoBackToSenderAsWell = true
)

Parameters

testkit
Type: Akka.TestKitTestKitBase
TBD
echoBackToSenderAsWell (Optional)
Type: SystemBoolean
TBD
See Also