次の方法で共有


MutableInterceptionContext<TResult>.IsExecutionSuppressed プロパティ

定義

true の場合、このフラグは、操作の実行がインターセプターの 1 つによって抑制されたことを示します。 これは、 を呼び出 SuppressExecution()すか、 をスローするように設定 Exception するか、 を使用 Resultして操作結果を設定することで、操作が実行される前に実行できます。

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

プロパティ値

適用対象