DbConnectionDispatcher.GetConnectionTimeout 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.
Sendet ConnectionTimeoutGetting(DbConnection, DbConnectionInterceptionContext<Int32>) und ConnectionTimeoutGot(DbConnection, DbConnectionInterceptionContext<Int32>) an alle IDbConnectionInterceptor registrierten vor DbInterception /nach dem Abrufen ConnectionTimeoutvon .
public virtual int GetConnectionTimeout (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbInterceptionContext interceptionContext);
abstract member GetConnectionTimeout : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> int
override this.GetConnectionTimeout : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> int
Public Overridable Function GetConnectionTimeout (connection As DbConnection, interceptionContext As DbInterceptionContext) As Integer
Parameter
- connection
- DbConnection
Die Verbindung, für die der Vorgang ausgeführt wird.
- interceptionContext
- DbInterceptionContext
Optionale Informationen zum Kontext des Aufrufs.
Gibt zurück
Das Ergebnis des Vorgangs, der möglicherweise von Interceptors geändert wurde.
Hinweise
Beachten Sie, dass der Wert der -Eigenschaft von dieser Methode zurückgegeben wird. Das Ergebnis ist im an diese Methode übergebenen Abfangkontext nicht verfügbar, da der Abhörkontext geklont wird, bevor er an Interceptors übergeben wird.
Gilt für:
Entity Framework