C# 클래스 Akka.Actor.Settings

Settings are the overall ActorSystem Settings which also provides a convenient access to the Config object. For more detailed information about the different possible configuration options, look in the Akka .NET Documentation under "Configuration"
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
InjectTopLevelFallback ( Config config ) : void

Injects a system config at the top of the fallback chain

Settings ( ActorSystem system, Config config ) : System

Initializes a new instance of the Settings class.

ToString ( ) : string

Returns a string that represents this instance.

비공개 메소드들

메소드 설명
RebuildConfig ( ) : void

Combines the user config and the fallback chain of configs

메소드 상세

InjectTopLevelFallback() 공개 메소드

Injects a system config at the top of the fallback chain
public InjectTopLevelFallback ( Config config ) : void
config Akka.Configuration.Config
리턴 void

Settings() 공개 메소드

Initializes a new instance of the Settings class.
public Settings ( ActorSystem system, Config config ) : System
system ActorSystem The system.
config Akka.Configuration.Config The configuration.
리턴 System

ToString() 공개 메소드

Returns a string that represents this instance.
public ToString ( ) : string
리턴 string