Click or drag to resize
Akka.NETTestProbe Constructor
TBD

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TestProbe(
	ActorSystem system,
	ITestKitAssertions assertions,
	string testProbeName = null
)

Parameters

system
Type: Akka.Actor.ActorSystem
TBD
assertions
Type: Akka.TestKit.ITestKitAssertions
TBD
testProbeName (Optional)
Type: System.String
TBD
See Also