Click or drag to resize

ProcessQueueDequeue Method

Remove the next item from the queue.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ProcessQueuedItem Dequeue()

Return Value

Type: ProcessQueuedItem
The queued item that was removed.
See Also