Share via


IRelationalConnectionDiagnosticsLogger.ConnectionDisposedAsync Method

Definition

Logs for the ConnectionDisposed event.

public System.Threading.Tasks.Task ConnectionDisposedAsync (Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, DateTimeOffset startTime, TimeSpan duration);
abstract member ConnectionDisposedAsync : Microsoft.EntityFrameworkCore.Storage.IRelationalConnection * DateTimeOffset * TimeSpan -> System.Threading.Tasks.Task
Public Function ConnectionDisposedAsync (connection As IRelationalConnection, startTime As DateTimeOffset, duration As TimeSpan) As Task

Parameters

connection
IRelationalConnection

The connection.

startTime
DateTimeOffset

The time that the operation was started.

duration
TimeSpan

The amount of time it took to dispose the connection.

Returns

A Task representing the async operation.

Applies to