ActorPath Constructor (Address, String) |
Initializes a new instance of the
ActorPath class.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected ActorPath(
Address address,
string name
)
Protected Sub New (
address As Address,
name As String
)
protected:
ActorPath(
Address^ address,
String^ name
)
new :
address : Address *
name : string -> ActorPath
Parameters
- address
- Type: Akka.ActorAddress
The address. - name
- Type: SystemString
The name.
See Also