| SupervisorStrategyConfiguratorCreateConfigurator Method |
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static SupervisorStrategyConfigurator CreateConfigurator(
string typeName
)
static member CreateConfigurator :
typeName : string -> SupervisorStrategyConfigurator
Parameters
- typeName
- Type: SystemString
TBD
Return Value
Type:
SupervisorStrategyConfiguratorTBD
Exceptions Exception | Condition |
---|
ConfigurationException |
This exception is thrown if the given typeName is undefined or references an unknown type.
|
See Also