CloudTableClient.RetryPolicy Property

Gets or sets the default retry policy for requests made via the Table service client.

Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use DefaultRequestOptions.RetryPolicy.")> _
Public Property RetryPolicy As IRetryPolicy
[ObsoleteAttribute("Use DefaultRequestOptions.RetryPolicy.")] 
public IRetryPolicy RetryPolicy { get; set; }
[ObsoleteAttribute(L"Use DefaultRequestOptions.RetryPolicy.")] 
public:
property IRetryPolicy^ RetryPolicy {
    IRetryPolicy^ get ();
    void set (IRetryPolicy^ value);
}

Property Value

An object of type IRetryPolicy.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

See Also

Reference

CloudTableClient Class
CloudTableClient Members
Microsoft.WindowsAzure.Storage.Table Namespace