RetryInfo.RetryInterval Property

Windows Runtime Azure Storage Client Library

Gets the interval until the next retry.

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

Usage

Visual Basic
Dim instance As RetryInfo
Dim value As TimeSpan

value = instance.RetryInterval

instance.RetryInterval = value

Syntax

Visual Basic
Public Property RetryInterval As TimeSpan
C#
public TimeSpan RetryInterval { get; set; }
C++
public:
property TimeSpan RetryInterval {
	TimeSpan get ();
	void set (TimeSpan value);
}
J#
/** @property */
public TimeSpan get_RetryInterval ()

/** @property */
public void set_RetryInterval (TimeSpan value)
JScript
public function get RetryInterval () : TimeSpan

public function set RetryInterval (value : TimeSpan)

Property Value

A TimeSpan object specifying the interval until the next retry.

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, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also