| DispatchersLookup 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.129 (1.2.3.129)
Syntax public MessageDispatcher Lookup(
string dispatcherName
)
member Lookup :
dispatcherName : string -> MessageDispatcher
Parameters
- dispatcherName
- Type: SystemString
TBD
Return Value
Type:
MessageDispatcherTBD
Exceptions Exception | Condition |
---|
ConfigurationException |
This exception is thrown if the specified dispatcher cannot be found in the configuration.
|
See Also