WorkManager<T>.AppendToQueue (T) Method

Appends a WorkUnit to the working queue.
Public Sub AppendToQueue( _ 
ByVal workUnit As T _ 
)
This language is not supported or no code example is available.
public void AppendToQueue( 
T workUnit 
)
This language is not supported or no code example is available.

Parameters

workUnit
T

The WorkUnit to append to the queue.

.NET Framework

Supported in: 4.8

In this article

Definition