Click or drag to resize
Akka.NETActorPathSurrogate Constructor

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Surrogate(
	string path
)

Parameters

path
Type: SystemString
The string representation of the actor path.
See Also