IDbConnectionInterceptor.ConnectionTimeoutGot Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Aufgerufen nach ConnectionTimeout wird abgerufen.
public void ConnectionTimeoutGot(System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<int> interceptionContext);
abstract member ConnectionTimeoutGot : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<int> -> unit
Public Sub ConnectionTimeoutGot (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext(Of Integer))
Parameter
- connection
- DbConnection
Die Verbindung.
- interceptionContext
- DbConnectionInterceptionContext<Int32>
Kontextinformationen, die dem Aufruf zugeordnet sind.