Click or drag to resize
Akka.NETConfigExtensions Class
This class contains convenience methods for working with Config.
Inheritance Hierarchy
SystemObject
  Akka.ConfigurationConfigExtensions

Namespace:  Akka.Configuration
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class ConfigExtensions

The ConfigExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsNullOrEmpty
Determines if the supplied configuration has any usable content period.
Public methodStatic memberSafeWithFallback
Retrieves the current configuration or the fallback configuration if the current one is null.
Top
See Also