次の方法で共有


TransactionHandler.Closed メソッド

定義

派生クラスで実装できます。

public virtual void Closed (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext interceptionContext);
abstract member Closed : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext -> unit
override this.Closed : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext -> unit
Public Overridable Sub Closed (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext)

パラメーター

connection
DbConnection

閉じられた接続。

interceptionContext
DbConnectionInterceptionContext

呼び出しに関連付けられているコンテキスト情報。

実装

適用対象

こちらもご覧ください