Click or drag to resize
Akka.NETMailboxes.GetMailboxType Method
TBD

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public MailboxType GetMailboxType(
	Props props,
	Config dispatcherConfig
)

Parameters

props
Type: Akka.Actor.Props
TBD
dispatcherConfig
Type: Akka.Configuration.Config
TBD

Return Value

Type: MailboxType
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown if the 'mailbox-requirement' in the given dispatcherConfig isn't met.
See Also