MessageSubscription T  OnMessageReceived EventDH.Messaging Documentation

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

Fired when the messages are received if there are subscribers to the event.

Namespace: DH.Messaging.MessageBus
Assembly: DH.Messaging (in DH.Messaging.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax

public event MessageSubscription<(Of <(<'T>)>)>..::..MessageReceivedEventHandler OnMessageReceived

Value

Type: DH.Messaging.MessageBus MessageSubscription T  MessageReceivedEventHandler
Remarks

If objects are subscribed to the OnMessageReceived event, messages are delivered through this event and the queue is bypassed. In other words, the messages are delivered immediately through this event and not stored.
See Also