TransactionHandler.ConnectionTimeoutGot Method (DbConnection, DbConnectionInterceptionContext<Int32>)

 

Can be implemented in a derived class.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual void ConnectionTimeoutGot(
	DbConnection connection,
	DbConnectionInterceptionContext<int> interceptionContext
)

Parameters

connection
Type: System.Data.Common.DbConnection

The connection.

interceptionContext
Type: System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<Int32>

The contextual information associated with the call.