DbExecutionStrategy, constructeur (Int32, TimeSpan)
[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]
Initialise une nouvelle instance de la classe DbExecutionStrategy avec les limites spécifiées pour le nombre de nouvelles tentatives et le délai entre deux tentatives.
Espace de noms : System.Data.Entity.Infrastructure
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
maxRetryCount As Integer, _
maxDelay As TimeSpan _
)
'Utilisation
Dim maxRetryCount As Integer
Dim maxDelay As TimeSpan
Dim instance As New DbExecutionStrategy(maxRetryCount, _
maxDelay)
protected DbExecutionStrategy(
int maxRetryCount,
TimeSpan maxDelay
)
protected:
DbExecutionStrategy(
int maxRetryCount,
TimeSpan maxDelay
)
new :
maxRetryCount:int *
maxDelay:TimeSpan -> DbExecutionStrategy
protected function DbExecutionStrategy(
maxRetryCount : int,
maxDelay : TimeSpan
)
Paramètres
- maxRetryCount
Type : System.Int32
Nombre maximal de nouvelles tentatives.
- maxDelay
Type : System.TimeSpan
Délai maximal en millisecondes entre les tentatives.