Share via


FixedInterval Constructor (Int32, TimeSpan)

 

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

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

Syntax

public FixedInterval(
    int retryCount,
    TimeSpan retryInterval
)
public:
FixedInterval(
    int retryCount,
    TimeSpan retryInterval
)
new : 
        retryCount:int *
        retryInterval:TimeSpan -> FixedInterval
Public Sub New (
    retryCount As Integer,
    retryInterval As TimeSpan
)

Parameters

  • retryCount
    Type: System.Int32

    The number of retry attempts.

See Also

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

Return to top