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)
Syntax
public FixedInterval(
int retryCount
)
public:
FixedInterval(
int retryCount
)
new :
retryCount:int -> FixedInterval
Public Sub New (
retryCount As Integer
)
Parameters
retryCount
Type: System.Int32The number of retry attempts.
See Also
FixedInterval Overload
FixedInterval Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top