C# Класс Akka.Cluster.ClusterScope

This class represents a binding of an actor deployment to a cluster-aware system.
Наследование: Akka.Actor.Scope
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Instance ClusterScope

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ClusterScope ( ) : System

Описание методов

Copy() публичный Метод

Creates a copy of the current instance. This method returns the singleton instance of this scope.
public Copy ( ) : Akka.Actor.Scope
Результат Akka.Actor.Scope

WithFallback() публичный Метод

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.
Результат Akka.Actor.Scope

Описание свойств

Instance публичное статическое свойство

The singleton instance of this scope.
public static ClusterScope,Akka.Cluster Instance
Результат ClusterScope