Click or drag to resize
ActorCellActorOf Method

[Missing <summary> documentation for "M:Akka.Actor.ActorCell.ActorOf(Akka.Actor.Props,System.String)"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public virtual ActorRef ActorOf(
	Props props,
	string name = null
)

Parameters

props
Type: Akka.ActorProps

[Missing <param name="props"/> documentation for "M:Akka.Actor.ActorCell.ActorOf(Akka.Actor.Props,System.String)"]

name (Optional)
Type: SystemString

[Missing <param name="name"/> documentation for "M:Akka.Actor.ActorCell.ActorOf(Akka.Actor.Props,System.String)"]

Return Value

Type: ActorRef

[Missing <returns> documentation for "M:Akka.Actor.ActorCell.ActorOf(Akka.Actor.Props,System.String)"]

Implements

ActorRefFactoryActorOf(Props, String)
See Also