Click or drag to resize
Akka.NETRemoteScope Constructor (Address)
Initializes a new instance of the RemoteScope class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public RemoteScope(
	Address address
)

Parameters

address
Type: Akka.ActorAddress
The address to which actors are deployed.
See Also