Share via


MutableInterceptionContext<TResult>.IsExecutionSuppressed Property

Definition

When true, this flag indicates that that execution of the operation has been suppressed by one of the interceptors. This can be done before the operation has executed by calling SuppressExecution(), by setting an Exception to be thrown, or by setting the operation result using Result.

public bool IsExecutionSuppressed { get; }
member this.IsExecutionSuppressed : bool
Public ReadOnly Property IsExecutionSuppressed As Boolean

Property Value

Applies to