Click or drag to resize
Akka.NETTestProbeCreateTestProbe Method (String)

Note: This API is now obsolete.

N/A

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
[ObsoleteAttribute("Cannot create a TestProbe from a TestProbe", true)]
public override TestProbe CreateTestProbe(
	string name = null
)

Parameters

name (Optional)
Type: SystemString
N/A

Return Value

Type: TestProbe
N/A
Exceptions
ExceptionCondition
NotSupportedException This exception is thrown since a TestProbe cannot be created from a TestProbe.
See Also