Share via


FixedInterval Constructor (Int32)

Initializes a new instance of the FixedInterval class with the specified number of retry attempts.

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

Usage

'Usage
Dim retryCount As Integer

Dim instance As New FixedInterval(retryCount)

Syntax

'Declaration
Public Sub New ( _
    retryCount As Integer _
)
public FixedInterval (
    int retryCount
)
public:
FixedInterval (
    int retryCount
)
public FixedInterval (
    int retryCount
)
public function FixedInterval (
    retryCount : int
)

Parameters

  • retryCount
    The number of retry attempts.

Remarks

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

FixedInterval Class
FixedInterval Members
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace