ShouldRetry Delegate

 

Defines a callback delegate that will be invoked whenever a retry condition is encountered.

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
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
Return to top
Show: