Click or drag to resize
Akka.NETExecutorServiceConfigurator Constructor
A configurable factory for producing ExecutorService instances.

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected ExecutorServiceConfigurator(
	Config config,
	IDispatcherPrerequisites prerequisites
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration for this type of executor.
prerequisites
Type: Akka.DispatchIDispatcherPrerequisites
The prerequesites for this type of executor.
See Also