Open sandboxFocus

Property IsBackgroundTaskQueueOverloaded

IsBackgroundTaskQueueOverloaded

Gets a value indicating whether the queue of background tasks is overloaded, i.e. it contains more tasks than the value of the BackgroundTasksOverloadedThreshold property. Clients can observe this property and react by reducing load or signaling a monitoring alert.

Declaration
public bool IsBackgroundTaskQueueOverloaded { get; }
Property Value
Type Description
bool
See Also