Class ChildActorPath
Actor paths for child actors, which is to say any non-guardian actor.
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public sealed class ChildActorPath : ActorPath, IEquatable<ActorPath>, IComparable<ActorPath>, ISurrogated
Constructors
| Improve this Doc View SourceChildActorPath(ActorPath, String, Int64)
Initializes a new instance of the ChildActorPath class.
Declaration
public ChildActorPath(ActorPath parentPath, string name, long uid)
Parameters
Type | Name | Description |
---|---|---|
ActorPath | parentPath | The parent path. |
String | name | The name. |
Int64 | uid | The uid. |