RetryStrategy.GetShouldRetry Method ()

 

Returns the corresponding ShouldRetry delegate.

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

Syntax

public abstract ShouldRetry GetShouldRetry()
public:
virtual ShouldRetry^ GetShouldRetry() abstract
abstract GetShouldRetry : unit -> ShouldRetry
Public MustOverride Function GetShouldRetry As ShouldRetry

Return Value

Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.ShouldRetry

The ShouldRetry delegate.

See Also

RetryStrategy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

Return to top