Share via


DOCommerceSyncCategoryTask.enqueue Method [AX 2012]

Adds an element to the end of the list.

Syntax

private void enqueue(List _queue, DOCommerceCategoryWrapper _element)

Run On

Called

Parameters

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

See Also

Reference

DOCommerceSyncCategoryTask Class