Click or drag to resize
Akka.NETLocalScopeCopy Method
Creates a copy of the current instance.
Note Note
This method returns the singleton instance of this scope.

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 singleton instance of this scope
See Also