MailboxMsgEventHandler DelegateNFX Class Library

[This is preliminary documentation and is subject to change.]

Indicates arrival of a message to a given mailbox. The msg is of type ErlMsg, ErlExit, ErlDown, or ErlException.

Return Value

Type: OnlineBoolean
If returns true, the message is handled, and will not be put in the mailbox's queue. Otherwise, the message will be enqueued in the mailbox's queue.

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public delegate bool MailboxMsgEventHandler(
	ErlMbox mailbox,
	IQueable msg
)

Return Value

Type: OnlineBoolean
See Also