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"
Показать файл Открыть проект Примеры использования класса

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

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