Share via


DOCommerceSyncCategoryTask.dequeue Method [AX 2012]

Removes first element from the list and returns that element.

Syntax

private DOCommerceCategoryWrapper dequeue(List queue)

Run On

Called

Parameters

  • queue
    Type: List Class
    A list that will be used as a queue.

Return Value

Type: DOCommerceCategoryWrapper Class
The first element of the list, or nullNothingnullptrunita null reference (Nothing in Visual Basic) if list is empty.

See Also

Reference

DOCommerceSyncCategoryTask Class