Click or drag to resize
Akka.NETExtendedActorSystemSystemActorOf Method
Overload List
  NameDescription
Public methodSystemActorOfTActor(String)
Creates a new system actor in the "/system" namespace. This actor will be shut down during system shutdown only after all user actors have terminated.
Public methodSystemActorOf(Props, String)
Creates a new system actor in the "/system" namespace. This actor will be shut down during system shutdown only after all user actors have terminated.
Top
See Also