다음을 통해 공유


InterceptionResult 구조체

정의

가로채는 정상 연산을 억제할 수 있도록 와 같은 ISaveChangesInterceptor 의 결과를 IInterceptor 나타냅니다.

[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct InterceptionResult
public readonly struct InterceptionResult
[<System.Runtime.CompilerServices.IsReadOnly>]
type InterceptionResult = struct
type InterceptionResult = struct
Public Structure InterceptionResult
상속
InterceptionResult
특성

설명

이 형식의 값은 가로채는 작업이 실행되기 전에 호출되는 모든 인터셉터 메서드에 전달됩니다. 일반적으로 인터셉터에서 전달된 값을 반환해야 합니다. 그러나 를 사용하여 결과를 Suppress() 만들면 가로채는 작업이 표시되지 않습니다. 즉, 작업이 실행되지 않습니다.

자세한 내용과 예제는 EF Core 인터셉터를 참조하세요.

속성

IsSuppressed

true이면 가로채기가 표시되지 않습니다.

메서드

Suppress()

실행을 표시하지 않아야 함을 나타내는 새 InterceptionResult instance 만듭니다.

적용 대상