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
connectionDbConnectionThe connection.
eventDataConnectionEndEventDataContextual information about the connection.