Click or drag to resize

MessageQueue.MessageQueueStopped Event

Event that indicates MessageQueue has been stopped by a call to Terminate(). 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.3.420.0 (24.3.420.0)
Syntax
public event EventHandler<EventArgs> MessageQueueStopped

Value

Type: System.EventHandler<EventArgs>
See Also