[Missing <summary> documentation for "M:Akka.Actor.Dsl.Act.ActorOf(System.Action{Akka.Actor.Dsl.IActorDsl},System.String)"]
Namespace: Akka.Actor.DslAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorRef ActorOf(
Action<IActorDsl> config,
string name = null
)
Public Function ActorOf (
config As Action(Of IActorDsl),
Optional name As String = Nothing
) As ActorRef
public:
virtual ActorRef^ ActorOf(
Action<IActorDsl^>^ config,
String^ name = nullptr
) sealed
abstract ActorOf :
config : Action<IActorDsl> *
?name : string
(* Defaults:
let _name = defaultArg name null
*)
-> ActorRef
override ActorOf :
config : Action<IActorDsl> *
?name : string
(* Defaults:
let _name = defaultArg name null
*)
-> ActorRef
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