RetryStrategy.NoRetry Property

 

Returns a default policy that performs no retries, but invokes the action only once.

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

Syntax

public static RetryStrategy NoRetry { get; }
public:
property RetryStrategy^ NoRetry {
    static RetryStrategy^ get();
}
static member NoRetry : RetryStrategy with get
Public Shared ReadOnly Property NoRetry As RetryStrategy

Property Value

Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryStrategy

See Also

RetryStrategy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

Return to top