다음을 통해 공유


DbInterception.Remove(IDbInterceptor) 메서드

정의

더 이상 알림을 받지 않도록 등록된 IDbInterceptor 을 제거합니다. 지정된 인터셉터를 등록하지 않은 경우 이는 no-op입니다.

public static void Remove (System.Data.Entity.Infrastructure.Interception.IDbInterceptor interceptor);
static member Remove : System.Data.Entity.Infrastructure.Interception.IDbInterceptor -> unit
Public Shared Sub Remove (interceptor As IDbInterceptor)

매개 변수

interceptor
IDbInterceptor

제거할 인터셉터입니다.

적용 대상