Akka.Cluster.ClusterScope.Copy C# (CSharp) Méthode

Copy() public méthode

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