다음을 통해 공유


MutableInterceptionContext.IsExecutionSuppressed 속성

정의

true이면 이 플래그는 인터셉터 중 하나에 의해 작업 실행이 억제되었음을 나타냅니다. 이 작업은 를 호출 SuppressExecution() 하거나 throw할 을 Exception 설정하여 작업이 실행되기 전에 수행할 수 있습니다.

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

속성 값

적용 대상