Click or drag to resize
Akka.NETMailboxesProducesMessageQueue Method

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool ProducesMessageQueue(
	Type mailboxType
)

Parameters

mailboxType
Type: SystemType
The type of the MailboxType to check.

Return Value

Type: Boolean
true if this mailboxtype produces queues. false otherwise.
See Also