| MailboxesProducesMessageQueue Method |
Namespace:
Akka.Dispatch
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public bool ProducesMessageQueue(
Type mailboxType
)
member ProducesMessageQueue :
mailboxType : Type -> bool
Parameters
- mailboxType
- Type: SystemType
The type of the MailboxType to check.
Return Value
Type:
Booleantrue if this mailboxtype produces queues.
false otherwise.
See Also