public static IActorRef ActorOf( this IActorRefFactory factory, Action<IActorDsl> config, string name = null )
[<ExtensionAttribute>] static member ActorOf : factory : IActorRefFactory * config : Action<IActorDsl> * ?name : string (* Defaults: let _name = defaultArg name null *) -> IActorRef