Click or drag to resize
Akka.NETConfigurationFactoryFromObject Method
Creates a configuration based on the supplied source object

Namespace:  Akka.Configuration
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Config FromObject(
	Object source
)

Parameters

source
Type: SystemObject
The source object

Return Value

Type: Config
The configuration created from the source object
See Also