ActorPath Methods

The ActorPath type exposes the following members.

Methods


  Name Description
Public method Child
Childs the specified child name.
Public method Equals(ActorPath)
Indicates whether the current object is equal to another object of the same type.
Public method Equals(Object)
Determines whether the specified Object is equal to this instance.
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 Static member FormatPathElements
Public method GetHashCode
Returns a hash code for this instance.
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
Public method ToString
Returns a String that represents this instance.
Public method ToStringWithAddress()()()()
Generate String representation, with the address in the RootActorPath.
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.
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".
Public method Static member TryParse
Tries to parse the uri, which should be a full uri, i.e containing protocol. For example "akka://System/user/my-actor"
Public method Static member TryParseAddress(String, Address%)
Public method WithUid
Withes the uid.