This topic has not yet been rated - Rate this topic

RetryPolicies.DefaultClientRetryCount Field

Indicates the default retry count used by the default exponential backoff retry policy.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
'Usage
Dim value As Integer

value = RetryPolicies.DefaultClientRetryCount

public static readonly int DefaultClientRetryCount
public static final int DefaultClientRetryCount
public static final var DefaultClientRetryCount : int

The default retry count specifies the number of times to retry for the default exponential retry policy for each of the service client objects (CloudBlobClient, CloudQueueClient, and CloudTableClient). Currently the value of DefaultClientRetryCount is set to 3.


Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.