ActorCell..::..ActorOf Method (Props, String)

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

Syntax


public virtual InternalActorRef ActorOf(
	Props props,
	string name
)
Public Overridable Function ActorOf ( _
	props As Props, _
	name As String _
) As InternalActorRef
public:
virtual InternalActorRef^ ActorOf(
	Props^ props, 
	String^ name
)

Parameters

props
Type: Akka.Actor..::..Props
name
Type: String