Click or drag to resize
Akka.NETActorPathElementsWithUid Property
INTERNAL API. Used in Akka.Remote - when resolving deserialized local actor references we need to be able to include the UID at the tail end of the elements. It's implemented in this class because we don't have an ActorPathExtractor equivalent.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.1.3.30 (1.1.3.30)
Syntax
public IReadOnlyList<string> ElementsWithUid { get; }

Property Value

Type: IReadOnlyListString
See Also