WorkManager<T>.AppendToQueue (IEnumerable<T>) Method

Appends a collection of WorkUnit to the working queue.
Public Sub AppendToQueue( _ 
ByVal workUnits As IEnumerable(Of T) _ 
)
This language is not supported or no code example is available.
public void AppendToQueue( 
IEnumerable<T> workUnits 
)
This language is not supported or no code example is available.

Parameters

workUnits
IEnumerable<T>

The collection to append to the queue.

.NET Framework

Supported in: 4.8

In this article

Definition