Click or drag to resize
Akka.NETScopeCopy Method
Creates a copy of the current instance.

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

Return Value

Type: Scope
The newly created Scope
See Also