Partager via


IBackgroundWorkIndicator Interface

Définition

Indicateur de faible impact qui peut être affiché pendant que le travail est effectué en arrière-plan. Créé par IBackgroundWorkIndicatorService

public interface IBackgroundWorkIndicator : IDisposable
type IBackgroundWorkIndicator = interface
    interface IDisposable
Public Interface IBackgroundWorkIndicator
Implements IDisposable
Implémente

Propriétés

CancellationToken

IsCancellationRequested a la valeur true lorsque est IBackgroundWorkIndicator ignoré

Méthodes

AddScope(String)

Permet de mettre à jour le texte de ce IBackgroundWorkIndicator et de signaler la progression.

SuppressAutoCancel()

Permet aux clients de supprimer temporairement les comportements d’annulation automatique lorsqu’ils souhaitent appliquer des modifications ou naviguer sans annuler le IBackgroundWorkIndicator.

S’applique à