Partager via


ShouldRetryHandler Délégué

Définition

public delegate Microsoft.Rest.TransientFaultHandling.RetryCondition ShouldRetryHandler(int retryCount, Exception lastException);
type ShouldRetryHandler = delegate of int * Exception -> RetryCondition
Public Delegate Function ShouldRetryHandler(retryCount As Integer, lastException As Exception) As RetryCondition 

Paramètres

retryCount
Int32
lastException
Exception

Valeur renvoyée

S’applique à