Click or drag to resize
Akka.NETRemoteScopeCopy Method
Creates a new RemoteScope that uses the current Address.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override Scope Copy()

Return Value

Type: Scope
The newly created RemoteScope
See Also