Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the interval until the next retry.

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

Syntax

 
public TimeSpan RetryInterval { get; set; }
 
public:
property TimeSpan RetryInterval {
	TimeSpan get();
	void set(TimeSpan value);
}
 
member RetryInterval : TimeSpan with get, set
 
Public Property RetryInterval As TimeSpan

Property Value

Type: System.TimeSpanSystem::TimeSpanSystem.TimeSpanSystem.TimeSpan

A TimeSpan object specifying the interval until the next retry.

Return to top