LinearRetryHandler Constructor (Int32, TimeSpan)

Initializes a new instance of the LinearRetryHandler class.

Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Usage

'Usage
Dim maximumRetryAtempts As Integer
Dim retryInterval As TimeSpan

Dim instance As New LinearRetryHandler(maximumRetryAtempts, retryInterval)

Syntax

'Declaration
Public Sub New ( _
    maximumRetryAtempts As Integer, _
    retryInterval As TimeSpan _
)
public LinearRetryHandler (
    int maximumRetryAtempts,
    TimeSpan retryInterval
)
public:
LinearRetryHandler (
    int maximumRetryAtempts, 
    TimeSpan retryInterval
)
public LinearRetryHandler (
    int maximumRetryAtempts, 
    TimeSpan retryInterval
)
public function LinearRetryHandler (
    maximumRetryAtempts : int, 
    retryInterval : TimeSpan
)

Parameters

  • maximumRetryAtempts
    The maximum number of retry attempts.
  • retryInterval
    The time interval to retry.

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

LinearRetryHandler Class
LinearRetryHandler Members
Microsoft.WindowsAzure Namespace