Click or drag to resize

MessageQueueMessageQueueStarted Event

Event that indicates MessageQueue has started to receive messages. 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: 24.1.418.0 (24.1.418.0)
Syntax
public event EventHandler<EventArgs> MessageQueueStarted

Value

Type: SystemEventHandlerEventArgs
See Also