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 Function ShouldRetry ( retryCount As Integer, lastException As Exception, <OutAttribute> ByRef delay As TimeSpan ) As Boolean
Return Value
Type: System.Boolean
Show: