Click or drag to resize
Akka.NETMailboxType Constructor
Constructor used for creating a MailboxType

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected MailboxType(
	Settings settings,
	Config config
)

Parameters

settings
Type: Akka.ActorSettings
The Settings for this system.
config
Type: Akka.ConfigurationConfig
The Config for this mailbox.
See Also