ActorRefProviderRootPath Property |
Gets the root path for all actors within this actor system, not including any remote address information.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxActorPath RootPath { get; }
ReadOnly Property RootPath As ActorPath
Get
property ActorPath^ RootPath {
ActorPath^ get ();
}
abstract RootPath : ActorPath with get
Property Value
Type:
ActorPath
See Also