SqlServerRetryingExecutionStrategy.GetNextDelay(Exception) 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.
Determines whether the operation should be retried and the delay before the next attempt.
protected override TimeSpan? GetNextDelay (Exception lastException);
override this.GetNextDelay : Exception -> Nullable<TimeSpan>
Protected Overrides Function GetNextDelay (lastException As Exception) As Nullable(Of TimeSpan)
Parameters
- lastException
- Exception
The exception thrown during the last execution attempt.
Returns
Returns the delay indicating how long to wait for before the next execution attempt if the operation should be retried;
null
otherwise
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework