| Configurationparse Method |
Parses provided HOCON string into a valid Akka configuration object.
Namespace:
Akka.FSharp
Assembly:
Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public static Config parse(
string arg00
)
static member parse :
arg00 : string -> Config
Parameters
- arg00
- Type: SystemString
[Missing <param name="arg00"/> documentation for "M:Akka.FSharp.Configuration.parse(System.String)"]
Return Value
Type:
Config[Missing <returns> documentation for "M:Akka.FSharp.Configuration.parse(System.String)"]
See Also