Click or drag to resize
Akka.NETActorSystemActorOf Method
Interface IActorRefFactory

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract IActorRef ActorOf(
	Props props,
	string name = null
)

Parameters

props
Type: Akka.ActorProps

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

name (Optional)
Type: SystemString

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

Return Value

Type: IActorRef

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

Implements

IActorRefFactoryActorOf(Props, String)
See Also