C# 클래스 Akka.Cluster.ClusterScope

This class represents a binding of an actor deployment to a cluster-aware system.
상속: Akka.Actor.Scope
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 프로퍼티들

프로퍼티 타입 설명
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