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