| ActorPathFormatPathElements Method |
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public static string FormatPathElements(
IEnumerable<string> pathElements
)
static member FormatPathElements :
pathElements : IEnumerable<string> -> string
Parameters
- pathElements
- Type: System.Collections.GenericIEnumerableString
TBD
Return Value
Type:
StringTBD
See Also