|  | ActorSystemActorOf Method | 
 
            Interface IActorRefFactory
            
 
    Namespace: 
   Akka.Actor
    Assembly:
   Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
 Syntax
Syntaxpublic abstract IActorRef ActorOf(
	Props props,
	string name = null
)
abstract ActorOf : 
        props : Props * 
        ?name : string 
(* Defaults:
        let _name = defaultArg name null
*)
-> IActorRef 
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
See Also