Click or drag to resize
Akka.NETConfigurationFactoryFromResourceTAssembly Method (String)
Retrieves a configuration defined in a resource of the assembly containing the supplied type TAssembly.

Namespace:  Akka.Configuration
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Config FromResource<TAssembly>(
	string resourceName
)

Parameters

resourceName
Type: SystemString
The name of the resource that contains the configuration.

Type Parameters

TAssembly
A type located in the assembly to search.

Return Value

Type: Config
The configuration defined in the assembly that contains the type TAssembly.
See Also