Click or drag to resize
Akka.NETChildActorPath Class
Class ChildActorPath.
Inheritance Hierarchy

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class ChildActorPath : ActorPath

The ChildActorPath type exposes the following members.

Constructors
  NameDescription
Public methodChildActorPath
Initializes a new instance of the ChildActorPath class.
Top
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
Methods
  NameDescription
Public methodChild
Creates a child with the specified name
(Inherited from ActorPath.)
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Overrides ActorPathCompareTo(ActorPath).)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from ActorPath.)
Public methodEquals(ActorPath)
Indicates whether the current object is equal to another object of the same type.
(Inherited from ActorPath.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from ActorPath.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToSerializationFormat
TBD
(Inherited from ActorPath.)
Public methodToSerializationFormatWithAddress
TBD
(Inherited from ActorPath.)
Public methodToString
Returns a string that represents the current object.
(Inherited from ActorPath.)
Public methodToStringWithAddress
Generate String representation, with the address in the RootActorPath.
(Inherited from ActorPath.)
Public methodToStringWithAddress(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 methodToStringWithoutAddress
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 methodToStringWithUid
Returns a string representation of this instance including uid.
(Inherited from ActorPath.)
Public methodToSurrogate
Creates a surrogate representation of the current ActorPath.
(Inherited from ActorPath.)
Public methodWithUid
Creates a copy of the given ActorPath and applies a new Uid
(Overrides ActorPathWithUid(Int64).)
Top
Extension Methods
See Also