MutableInterceptionContext<TResult>.IsExecutionSuppressed Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Quand la valeur est true, cet indicateur indique que l’exécution de l’opération a été supprimée par l’un des intercepteurs. Cette opération peut être effectuée avant l’exécution de l’opération en appelant SuppressExecution(), en définissant un Exception à lever ou en définissant le résultat de l’opération à l’aide Resultde .
public bool IsExecutionSuppressed { get; }
member this.IsExecutionSuppressed : bool
Public ReadOnly Property IsExecutionSuppressed As Boolean