| ConfigurationFactoryFromResourceTAssembly 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.129 (1.2.3.129)
Syntax public static Config FromResource<TAssembly>(
string resourceName
)
static member FromResource :
resourceName : string -> Config
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:
ConfigThe configuration defined in the assembly that contains the type
TAssembly.
See Also