Akka.Cluster.ClusterScope.Copy C# (CSharp) Method

Copy() public method

Creates a copy of the current instance. This method returns the singleton instance of this scope.
public Copy ( ) : Akka.Actor.Scope
return Akka.Actor.Scope
        public override Scope Copy()
        {
            return Instance;
        }
    }