IDbConnectionInterceptor.ConnectionTimeoutGetting Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called before ConnectionTimeout is retrieved.
public void ConnectionTimeoutGetting(System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<int> interceptionContext);
abstract member ConnectionTimeoutGetting : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<int> -> unit
Public Sub ConnectionTimeoutGetting (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext(Of Integer))
Parameters
- connection
- DbConnection
The connection.
- interceptionContext
- DbConnectionInterceptionContext<Int32>
Contextual information associated with the call.