Click or drag to resize
IActorDslActorOf Method

[Missing <summary> documentation for "M:Akka.Actor.Dsl.IActorDsl.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
ActorRef ActorOf(
	Action<IActorDsl> config,
	string name = null
)

Parameters

config
Type: SystemActionIActorDsl

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

name (Optional)
Type: SystemString

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

Return Value

Type: ActorRef

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

See Also