SqlAuthenticationProviderException.RetryPeriod Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Période de temps, en millisecondes, à attendre avant de réessayer l’action. 0 si aucune période de nouvelle tentative n’est suggérée. Jamais négatif. Toujours 0 lorsque ShouldRetry a la valeur false.
public:
property int RetryPeriod { int get(); };
public int RetryPeriod { get; }
member this.RetryPeriod : int
Public ReadOnly Property RetryPeriod As Integer