| RootActorPath Methods |
The RootActorPath type exposes the following members.
| Name | Description | |
|---|---|---|
| Child |
Creates a child with the specified name
(Inherited from ActorPath.) | |
| CompareTo | (Overrides ActorPathCompareTo(ActorPath).) | |
| Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Inherited from ActorPath.) | |
| Equals(ActorPath) |
Indicates whether the current object is equal to another object of the same type.
(Inherited from ActorPath.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns a hash code for this instance.
(Inherited from ActorPath.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToSerializationFormat | (Inherited from ActorPath.) | |
| ToString |
Returns a String that represents this instance.
(Inherited from ActorPath.) | |
| ToStringWithAddress |
Generate String representation, with the address in the RootActorPath.
(Inherited from ActorPath.) | |
| 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.) | |
| 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.) | |
| ToStringWithUid |
Returns a string representation of this instance including uid.
(Inherited from ActorPath.) | |
| ToSurrogate | (Inherited from ActorPath.) | |
| WithUid |
Withes the uid.
(Overrides ActorPathWithUid(Int64).) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |