Click or drag to resize
ExtendedActorSystemSystemActorOf Method (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.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public abstract ActorRef SystemActorOf(
	Props props,
	string name = null
)

Parameters

props
Type: Akka.ActorProps

[Missing <param name="props"/> documentation for "M:Akka.Actor.ExtendedActorSystem.SystemActorOf(Akka.Actor.Props,System.String)"]

name (Optional)
Type: SystemString

[Missing <param name="name"/> documentation for "M:Akka.Actor.ExtendedActorSystem.SystemActorOf(Akka.Actor.Props,System.String)"]

Return Value

Type: ActorRef

[Missing <returns> documentation for "M:Akka.Actor.ExtendedActorSystem.SystemActorOf(Akka.Actor.Props,System.String)"]

See Also