Click or drag to resize
ActActorOf Method

[Missing <summary> documentation for "M:Akka.Actor.Dsl.Act.ActorOf(System.Action{Akka.Actor.Dsl.IActorDsl},System.String)"]

Namespace: Akka.Actor.Dsl
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ActorRef ActorOf(
	Action<IActorDsl> config,
	string name = null
)

Parameters

config
Type: SystemActionIActorDsl

[Missing <param name="config"/> documentation for "M:Akka.Actor.Dsl.Act.ActorOf(System.Action{Akka.Actor.Dsl.IActorDsl},System.String)"]

name (Optional)
Type: SystemString

[Missing <param name="name"/> documentation for "M:Akka.Actor.Dsl.Act.ActorOf(System.Action{Akka.Actor.Dsl.IActorDsl},System.String)"]

Return Value

Type: ActorRef

[Missing <returns> documentation for "M:Akka.Actor.Dsl.Act.ActorOf(System.Action{Akka.Actor.Dsl.IActorDsl},System.String)"]

Implements

IActorDslActorOf(ActionIActorDsl, String)
See Also