Click or drag to resize
ActorPathFormatPathElements Method

[Missing <summary> documentation for "M:Akka.Actor.ActorPath.FormatPathElements(System.Collections.Generic.IEnumerable{System.String})"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static string FormatPathElements(
	IEnumerable<string> pathElements
)

Parameters

pathElements
Type: System.Collections.GenericIEnumerableString

[Missing <param name="pathElements"/> documentation for "M:Akka.Actor.ActorPath.FormatPathElements(System.Collections.Generic.IEnumerable{System.String})"]

Return Value

Type: String

[Missing <returns> documentation for "M:Akka.Actor.ActorPath.FormatPathElements(System.Collections.Generic.IEnumerable{System.String})"]

See Also