Click or drag to resize
Akka.NETDispatchers Constructor
Initializes a new instance of the Dispatchers class.

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Dispatchers(
	ActorSystem system,
	IDispatcherPrerequisites prerequisites
)

Parameters

system
Type: Akka.ActorActorSystem
The system.
prerequisites
Type: Akka.DispatchIDispatcherPrerequisites
The prerequisites required for some MessageDispatcherConfigurator instances.
See Also