Click or drag to resize
Akka.NETDispatchersLookup Method
Returns a dispatcher as specified in configuration. Please note that this method _MAY_ create and return a new dispatcher on _EVERY_ call.

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public MessageDispatcher Lookup(
	string dispatcherName
)

Parameters

dispatcherName
Type: SystemString
TBD

Return Value

Type: MessageDispatcher
TBD
Exceptions
ExceptionCondition
ConfigurationException This exception is thrown if the specified dispatcher cannot be found in the configuration.
See Also