Gets the queue manager object which is used to optimize asynchronous access to the collection items.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
<BrowsableAttribute(False)> _ Public ReadOnly Property QueueManager As QueueManager
[BrowsableAttribute(false)] public QueueManager QueueManager { get; }
Use this property when you implement your own type of list items (see the IQueueItem interface overview for more details). If you use only standard implementation of the IListItem interface, there is no need to use this property directly.