RetryStrategy.FastFirstRetry Property
Gets or sets a value indicating whether the first retry attempt will be made immediately, whereas subsequent retries will remain subject to the retry interval.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Usage
'Usage
Dim instance As RetryStrategy
Dim value As Boolean
value = instance.FastFirstRetry
instance.FastFirstRetry = value
Syntax
'Declaration
Public Property FastFirstRetry As Boolean
public bool FastFirstRetry { get; set; }
public:
property bool FastFirstRetry {
bool get ();
void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public boolean get_FastFirstRetry ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_FastFirstRetry (boolean value)
CompilerGeneratedAttribute
public function get FastFirstRetry () : boolean
CompilerGeneratedAttribute
public function set FastFirstRetry (value : boolean)
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
Reference
RetryStrategy Class
RetryStrategy Members
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace