MutableInterceptionContext<TResult>.IsExecutionSuppressed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果為 true,這個旗標表示其中一個攔截器已隱藏作業的執行。 這可以在作業執行之前先 SuppressExecution() 呼叫 來執行,方法是將 設定 Exception 為擲回,或使用 來設定作業結果 Result 。
public bool IsExecutionSuppressed { get; }
member this.IsExecutionSuppressed : bool
Public ReadOnly Property IsExecutionSuppressed As Boolean