| ActorPathSurrogate Constructor |
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public Surrogate(
string path
)
new :
path : string -> Surrogate
Parameters
- path
- Type: SystemString
The string representation of the actor path.
See Also