Click or drag to resize

MessageQueue.MessageReceived Event

Event that indicates a generic message object was received. If MessageQueue was started with a call to StartInAnotherThread(), this event will be raised in that other thread.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public event EventHandler<MessageEventArgs> MessageReceived

Value

Type: System.EventHandler<MessageEventArgs>
See Also