Click or drag to resize
Akka.NETRootActorPath Properties

The RootActorPath type exposes the following members.

Properties
  NameDescription
Public propertyAddress
The Address under which this path can be reached; walks up the tree to the RootActorPath.
(Inherited from ActorPath.)
Public propertyElements
Gets the elements.
(Inherited from ActorPath.)
Public propertyName
Gets the name.
(Inherited from ActorPath.)
Public propertyParent
TBD
(Overrides ActorPathParent.)
Public propertyRoot
TBD
(Overrides ActorPathRoot.)
Public propertyUid
Gets the uid.
(Inherited from ActorPath.)
Top
See Also