[This is preliminary documentation and is subject to change.]
If this event is assigned, it will be called on arrival of a message, but
the messages will not be put in the queue
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public event MailboxMsgEventHandler MailboxMessage
public event MailboxMsgEventHandler MailboxMessage
Public Event MailboxMessage As MailboxMsgEventHandler
Public Event MailboxMessage As MailboxMsgEventHandler
public:
event MailboxMsgEventHandler^ MailboxMessage {
void add (MailboxMsgEventHandler^ value);
void remove (MailboxMsgEventHandler^ value);
}
public:
event MailboxMsgEventHandler^ MailboxMessage {
void add (MailboxMsgEventHandler^ value);
void remove (MailboxMsgEventHandler^ value);
}
member MailboxMessage : IEvent<MailboxMsgEventHandler,
EventArgs>
member MailboxMessage : IEvent<MailboxMsgEventHandler,
EventArgs>
Value
Type:
NFX.Erlang MailboxMsgEventHandler