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)

Public Delegate Function ShouldRetry (
	retryCount As Integer,
	lastException As Exception,
	<OutAttribute> ByRef delay As TimeSpan
) As Boolean

Return Value

Type: System.Boolean
Return to top
Show: