ODAC

TOraQueueAdmin.StopQueue Method

Stops enqueueing, dequeueing, or both on a queue.

Class

TOraQueueAdmin

Syntax

procedure StopQueue(Enqueue: boolean = True; Dequeue: boolean = True; Wait: boolean = True);

Parameters
Enqueue
True, if enqueueing is stopped. False otherwise.
Dequeue
True, if dequeueing is stopped. False otherwise.
Wait
True, if waiting for the completion of the currently active queue transactions is enabled.

Remarks

Call the StopQueue method to stop enqueueing, dequeueing, or both on a queue. The Wait parameter specifies whether to wait for the completion of the currently active queue transactions.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback