Queue.Flush
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Queue.Flush
Syntax
Queue.Flush( sequenceContextObj, destQueueElementsArrayPropObj)
Purpose
Empties the queue and optionally retrieves all its elements.
Parameters
sequenceContextObj As Object
[In] Specifies a sequence context . You can pass NULL for this parameter, but when you want to retrieve the elements, you must pass a valid sequence context.
destQueueElementsArrayPropObj As Object
[In] Specifies an array PropertyObject in which to store the elements of the queue. All queue elements must be of the same data type as the array you specify and no queue element can be an array. You can pass NULL for this parameter.