Click or drag to resize
Akka.NETTestKitBaseCreateTestProbe Method (ActorSystem, String)
Creates a new TestProbe.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual TestProbe CreateTestProbe(
	ActorSystem system,
	string name = null
)

Parameters

system
Type: Akka.ActorActorSystem
For multi-actor system tests, you can specify which system the node is for.
name (Optional)
Type: SystemString
Optional: The name of the probe.

Return Value

Type: TestProbe
TBD
See Also