WorkUnitFailed Event

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

.NET Framework

Supported in: 4.8

In this article

Definition