C# Class Akka.Cluster.ClusterScope

This class represents a binding of an actor deployment to a cluster-aware system.
Inheritance: Akka.Actor.Scope
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Свойство Type Description
Instance ClusterScope

Méthodes publiques

Méthode Description
Copy ( ) : Akka.Actor.Scope

Creates a copy of the current instance. This method returns the singleton instance of this scope.

WithFallback ( Akka.Actor.Scope other ) : Akka.Actor.Scope

Creates a new Akka.Actor.Scope from this scope using another Akka.Actor.Scope to backfill options that might be missing from this scope. This method ignores the given scope and returns the singleton instance of this scope.

Private Methods

Méthode Description
ClusterScope ( ) : System

Method Details

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

WithFallback() public méthode

Creates a new Akka.Actor.Scope from this scope using another Akka.Actor.Scope to backfill options that might be missing from this scope. This method ignores the given scope and returns the singleton instance of this scope.
public WithFallback ( Akka.Actor.Scope other ) : Akka.Actor.Scope
other Akka.Actor.Scope The used for fallback configuration.
Résultat Akka.Actor.Scope

Property Details

Instance public_oe static_oe property

The singleton instance of this scope.
public static ClusterScope,Akka.Cluster Instance
Résultat ClusterScope