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
| Edit this page View SourceChildActorPath(ActorPath, string, long)
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. |
| long | uid | The uid. |
Edit this page