MutableInterceptionContext<TResult>.IsExecutionSuppressed 属性

定义

如果为 true,则此标志指示某个侦听器已禁止该操作的执行。 这可以在操作执行之前完成,方法是调用 SuppressExecution(),方法是设置 Exception 要引发的 ,或使用 设置操作结果 Result

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

属性值

适用于