Click or drag to resize
Akka.NETMessageDispatcher Constructor
Initializes a new instance of the MessageDispatcher class.

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected MessageDispatcher(
	MessageDispatcherConfigurator configurator
)

Parameters

configurator
Type: Akka.DispatchMessageDispatcherConfigurator
TBD
See Also