Click or drag to resize
Akka.NETMailboxesGetMailboxType 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.ActorProps
TBD
dispatcherConfig
Type: Akka.ConfigurationConfig
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