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
See Also