Click or drag to resize
Akka.NETMessageDispatcherConfiguratorConfigureExecutor Method
Configures the ExecutorServiceConfigurator that will be used inside this dispatcher.

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected ExecutorServiceConfigurator ConfigureExecutor()

Return Value

Type: ExecutorServiceConfigurator
The requested ExecutorServiceConfigurator instance.
Exceptions
ExceptionCondition
ConfigurationException This exception is thrown if a custom ExecutorServiceConfiguration implementation cannot be loaded.
See Also