FixedRetryCountPolicy(TimeSpan, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create an instance class
public FixedRetryCountPolicy (TimeSpan interval, int maxRetry);
new Microsoft.SqlServer.Management.HadrModel.FixedRetryCountPolicy : TimeSpan * int -> Microsoft.SqlServer.Management.HadrModel.FixedRetryCountPolicy
Public Sub New (interval As TimeSpan, maxRetry As Integer)
Parameters
- interval
- TimeSpan
wait between retries time interval
- maxRetry
- Int32
maximum number of retries