Click or drag to resize
Akka.NETSupervisorStrategyConfiguratorCreateConfigurator Method
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static SupervisorStrategyConfigurator CreateConfigurator(
	string typeName
)

Parameters

typeName
Type: SystemString
TBD

Return Value

Type: SupervisorStrategyConfigurator
TBD
Exceptions
ExceptionCondition
ConfigurationException This exception is thrown if the given typeName is undefined or references an unknown type.
See Also