Click or drag to resize

MessageQueueDispose Method

Releases any resources associated with this instance.

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 void Dispose()

Implements

IDisposableDispose
Remarks
Disposing of a MessageQueue signals the queue to stop pressing messages. If the message queue was started with Start, the Start method will return. If the message queue was started with StartInAnotherThread, the other thread will end.
See Also