QueueCancelled Event

Occurs when the background work is cancelled.
Public Event QueueCancelled As WorkManager(Of T, >, QueueCancelledEventHandler)
This language is not supported or no code example is available.
public event WorkManager<T, >, QueueCancelledEventHandler> QueueCancelled
This language is not supported or no code example is available.
Remarks
 
It is raised when the current WorkUnit in the queue completes its work.

.NET Framework

Supported in: 4.8

In this article

Definition