Method ConnectionClosedAsync
- Namespace
- Innova.Data.Entity.Configuration
- Assembly
- Innova.Data.dll
ConnectionClosedAsync(DbConnection, ConnectionEndEventData)
Called just after EF has called System.Data.Common.DbConnection.CloseAsync.
public Task ConnectionClosedAsync(DbConnection connection, ConnectionEndEventData eventData)
Parameters
connection
DbConnectionThe connection.
eventData
ConnectionEndEventDataContextual information about the connection.