Click or drag to resize
Akka.NETBoundedMessageQueue Constructor (Config)
Creates a new bounded message queue.

Namespace:  Akka.Dispatch.MessageQueues
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public BoundedMessageQueue(
	Config config
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration for this mailbox.
See Also