ActorSelectionMessageElements Property |
The elements, e.g. "foo/bar/baz".
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic SelectionPathElement[] Elements { get; }
Public ReadOnly Property Elements As SelectionPathElement()
Get
public:
property array<SelectionPathElement^>^ Elements {
array<SelectionPathElement^>^ get ();
}
member Elements : SelectionPathElement[] with get
Property Value
Type:
SelectionPathElementThe elements.
See Also