Click or drag to resize
DispatchersFromConfig Method
Froms the configuration.

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public MessageDispatcher FromConfig(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: MessageDispatcher
MessageDispatcher.
See Also