C# Класс Akka.Configuration.ConfigExtensions

This class contains convenience methods for working with Config.
Показать файл Открыть проект

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

Метод Описание
IsNullOrEmpty ( this config ) : bool

Determines if the supplied configuration has any usable content period.

SafeWithFallback ( this config, Config fallback ) : Config

Retrieves the current configuration or the fallback configuration if the current one is null.

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

IsNullOrEmpty() публичный статический Метод

Determines if the supplied configuration has any usable content period.
public static IsNullOrEmpty ( this config ) : bool
config this The configuration used as the source.
Результат bool

SafeWithFallback() публичный статический Метод

Retrieves the current configuration or the fallback configuration if the current one is null.
public static SafeWithFallback ( this config, Config fallback ) : Config
config this The configuration used as the source.
fallback Config The configuration to use as a secondary source.
Результат Config