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 bool ShouldRetry(
	int retryCount,
	Exception^ lastException,
	[OutAttribute] TimeSpan% delay
)

Return Value

Type: System::Boolean
Return to top
Show: