MessageQueueDispose Method |
Namespace: AGI.Foundation.Infrastructure.Threading
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.