ChildActorPath Members

The ChildActorPath type exposes the following members.

Constructors


  Name Description
Public method ChildActorPath
Initializes a new instance of the ChildActorPath class.

Methods


  Name Description
Public method Child
Childs the specified child name.
(Inherited from ActorPath.)
Public method Equals(ActorPath)
Indicates whether the current object is equal to another object of the same type.
(Inherited from ActorPath.)
Public method Equals(Object)
Determines whether the specified Object is equal to this instance.
(Inherited from ActorPath.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Returns a hash code for this instance.
(Inherited from ActorPath.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToSerializationFormat (Inherited from ActorPath.)
Public method ToString
Returns a String that represents this instance.
(Inherited from ActorPath.)
Public method ToStringWithAddress()()()()
Generate String representation, with the address in the RootActorPath.
(Inherited from ActorPath.)
Public method ToStringWithAddress(Address)
Generate String representation, replacing the Address in the RootActorPath with the given one unless this path’s address includes host and port information.
(Inherited from ActorPath.)
Public method ToStringWithoutAddress
String representation of the path elements, excluding the address information. The elements are separated with "/" and starts with "/", e.g. "/user/a/b".
(Inherited from ActorPath.)
Public method WithUid
Creates a copy of the given ActorPath and applies a new Uid

Properties


  Name Description
Public property Address
The Address under which this path can be reached; walks up the tree to the RootActorPath.
(Inherited from ActorPath.)
Public property Elements
Gets the elements.
(Inherited from ActorPath.)
Public property Name
Gets the name.
(Inherited from ActorPath.)
Public property Parent
Public property Root
Public property Uid
Gets the uid.
(Inherited from ActorPath.)