RetryStrategy.GetShouldRetry Method ()

 

Returns the corresponding ShouldRetry delegate.

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public abstract ShouldRetry GetShouldRetry()

Return Value

Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.ShouldRetry

The ShouldRetry delegate.

Return to top
Show: