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