| Overload | Description |
|---|---|
| StopQueue() | Disables enqueuing and dequeuing on the specified queue. |
| StopQueue(Boolean) | Disables enqueuing and dequeuing for the specified queue, allowing to wait for the end of all outstanding transactions. |
| StopQueue(Boolean,Boolean,Boolean) | Disables enqueuing, dequeuing, or both for the specified queue, allowing to wait for the end of all outstanding transactions. |