ShouldRetry Delegate
Defines a callback delegate that will be invoked whenever a retry condition is encountered.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
public delegate bool ShouldRetry( int retryCount, Exception lastException, out TimeSpan delay )
Return Value
Type: System.Boolean
Show: