Click or drag to resize
Akka.NETRootActorPath Methods

The RootActorPath type exposes the following members.

Methods
  NameDescription
Public methodChild
Creates a child with the specified name
(Inherited from ActorPath.)
Public methodCompareTo
TBD
(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
TBD
(Overrides ActorPathWithUid(Int64).)
Top
Extension Methods
See Also