RetryPolicy.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 RetryPolicy NoRetry { get; }
public:
property RetryPolicy^ NoRetry {
static RetryPolicy^ get();
}
static member NoRetry : RetryPolicy with get
Public Shared ReadOnly Property NoRetry As RetryPolicy
Property Value
Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryPolicy
See Also
RetryPolicy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top