[Missing <summary> documentation for "P:Akka.Actor.ActorPath.Root"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic abstract ActorPath Root { get; }
Public MustOverride ReadOnly Property Root As ActorPath
Get
public:
virtual property ActorPath^ Root {
ActorPath^ get () abstract;
}
abstract Root : ActorPath with get
Property Value
Type:
ActorPath
See Also