IInterruptionToken

IInterruptionToken interface

Cette classe représente le jeton à utiliser pour signaler aux tâches de longue durée si l’interruption a été demandée.

public interface IInterruptionToken

Propriétés

NomLa description
IsInterruptionRequested { get; }RetoursBoolean .true si une interruption a été demandée.

Méthodes

NomLa description
ThrowIfInterruptionRequested()Lance unOperationCanceledException if interruption a été demandée. Lancé lorsqu’une interruption a été demandée.

Voir également