| LocalScopeCopy Method |
Creates a copy of the current instance.
Note |
---|
This method returns the singleton instance of this scope.
|
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public override Scope Copy()
abstract Copy : unit -> Scope
override Copy : unit -> Scope
Return Value
Type:
ScopeThe singleton instance of this scope
See Also