Table of Contents

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 DbConnection

The connection.

eventData ConnectionEndEventData

Contextual information about the connection.

Returns

Task

A Task representing the asynchronous operation.