Click or drag to resize
Akka.NETInternalTestActorRefCreate Method
INTERNAL
Remarks
Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static InternalTestActorRef Create(
	ActorSystem system,
	Props props,
	IActorRef supervisor = null,
	string name = null
)

Parameters

system
Type: Akka.ActorActorSystem
TBD
props
Type: Akka.ActorProps
TBD
supervisor (Optional)
Type: Akka.ActorIActorRef
TBD
name (Optional)
Type: SystemString
TBD

Return Value

Type: InternalTestActorRef
TBD
Exceptions
ExceptionCondition
IllegalStateExceptionTBD
See Also