Click or drag to resize
Akka.NETDispatcherConfigurator Constructor
Used to configure and produce Dispatcher instances for use with actors.

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public DispatcherConfigurator(
	Config config,
	IDispatcherPrerequisites prerequisites
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration for this dispatcher.
prerequisites
Type: Akka.DispatchIDispatcherPrerequisites
System prerequisites needed to run this dispatcher.
See Also