Delegate MailboxMsgEventHandler
Indicates arrival of a message to a given mailbox.
The msg is of type ErlMsg, ErlExit, ErlDown, or ErlException.
Namespace: NFX.Erlang
Assembly: NFX.Erlang.dll
Syntax
public delegate bool MailboxMsgEventHandler(ErlMbox mailbox, IQueable msg);
Parameters
Type | Name | Description |
---|---|---|
ErlMbox | mailbox | |
IQueable | msg |
Returns
Type | Description |
---|---|
System.Boolean |