ID | ToolTip | Default |
---|---|---|
MyName | The ActorSystem instance name prefix | MyName |
MyActor | The Actor class name | MyActor |
arg | The Actor constructor argument(s) | arg |
actorName | The Actor instance name | actorName |
$MyName$ActorSystem.ActorOf(Props.Create(() => new $MyActor$($arg$)), "$actorName$");$end$