다음을 통해 공유


IDbConnectionInterceptor.StateGot 메서드

정의

가 검색된 후 State 호출됩니다.

public void StateGot (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<System.Data.ConnectionState> interceptionContext);
abstract member StateGot : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<System.Data.ConnectionState> -> unit
Public Sub StateGot (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext(Of ConnectionState))

매개 변수

connection
DbConnection

연결입니다.

interceptionContext
DbConnectionInterceptionContext<ConnectionState>

호출과 관련된 컨텍스트 정보입니다.

적용 대상