QueueCompleted Event

Occurs when the background work of a single WorkUnit is completed.
Public Event QueueCompleted As WorkManager(Of T, >, QueueCompletedEventHandler)
This language is not supported or no code example is available.
public event WorkManager<T, >, QueueCompletedEventHandler> QueueCompleted
This language is not supported or no code example is available.
Remarks
 
It is raised every time a WorkUnit in the queue completes its work.

.NET Framework

Supported in: 4.8

In this article

Definition