WorkManager<T>.GetQueueItems Method

Gets the queue of WorkUnits.
Public Function GetQueueItems() As T()
This language is not supported or no code example is available.
public T[] GetQueueItems()
This language is not supported or no code example is available.

Return Value

T[]

The array of WorkUnits queued.

Remarks
 
The queue can include items with a different workUnitStatus.

.NET Framework

Supported in: 4.8

In this article

Definition