0 out of 4 rated this helpful - Rate this topic

BlobRequestOptions.RetryPolicy Property

Gets or sets the retry policy for the request.

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

value = instance.RetryPolicy

instance.RetryPolicy = value
public RetryPolicy RetryPolicy { get; set; }
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public RetryPolicy get_RetryPolicy ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_RetryPolicy (RetryPolicy value)

CompilerGeneratedAttribute 
public function get RetryPolicy () : RetryPolicy

CompilerGeneratedAttribute 
public function set RetryPolicy (value : RetryPolicy)

Property Value

Type: Microsoft.WindowsAzure.StorageClient.RetryPolicy

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

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.