Click or drag to resize
Akka.NETMailboxesFromConfig Method
Creates a mailbox from a configuration path.

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

Parameters

path
Type: SystemString
The path.

Return Value

Type: Type
Mailbox.
See Also