TestActorRef..::..Create<(Of <(<'T>)>)> Method (ActorSystem, Props, ActorRef, String)

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll)

Syntax


public static TestActorRef<T> Create<T>(
	ActorSystem system,
	Props props,
	ActorRef supervisor,
	string name
)
where T : ActorBase, ActorBase, ActorBase, ActorBase, ActorBase
Public Shared Function Create(Of T As {ActorBase, ActorBase, ActorBase, ActorBase, ActorBase}) ( _
	system As ActorSystem, _
	props As Props, _
	supervisor As ActorRef, _
	name As String _
) As TestActorRef(Of T)
public:
generic<typename T>
where T : ActorBase, ActorBase, ActorBase, ActorBase, ActorBase
static TestActorRef<T>^ Create(
	ActorSystem^ system, 
	Props^ props, 
	ActorRef^ supervisor, 
	String^ name
)

Type Parameters

T

Parameters

system
Type: Akka.Actor..::..ActorSystem
props
Type: Akka.Actor..::..Props
supervisor
Type: Akka.Actor..::..ActorRef
name
Type: String