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