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)
type ShouldRetry = delegate of retryCount:int * lastException:Exception * delay:TimeSpan byref -> bool
Return Value
Type: System.Boolean
Show: