DispatchersFromConfig Method |
Froms the configuration.
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic MessageDispatcher FromConfig(
string path
)
Public Function FromConfig (
path As String
) As MessageDispatcher
public:
MessageDispatcher^ FromConfig(
String^ path
)
member FromConfig :
path : string -> MessageDispatcher
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
MessageDispatcherMessageDispatcher.
See Also