Click or drag to resize
MailboxSetup Method
Attaches a MessageDispatcher to the Mailbox.

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public void Setup(
	MessageDispatcher dispatcher
)

Parameters

dispatcher
Type: Akka.DispatchMessageDispatcher
The dispatcher.
See Also