Property | Type | Description | |
---|---|---|---|
BackoffIncrement | System.TimeSpan | ||
MaxBackoff | System.TimeSpan | ||
MinBackoff | System.TimeSpan |
Method | Description | |
---|---|---|
RetryPolicy ( ) : RetryPolicy | ||
SqlConnectionOpenRetryPolicy ( System.TimeSpan retryFor ) : System |
Method | Description | |
---|---|---|
DontRetry ( System.TimeSpan &retryInterval ) : bool |
Method | Description | |
---|---|---|
Oracle ( int retryCount, |
protected DontRetry ( System.TimeSpan &retryInterval ) : bool | ||
retryInterval | System.TimeSpan | |
return | bool |
public SqlConnectionOpenRetryPolicy ( System.TimeSpan retryFor ) : System | ||
retryFor | System.TimeSpan | |
return | System |
public static TimeSpan,System BackoffIncrement | ||
return | System.TimeSpan |
public static TimeSpan,System MaxBackoff | ||
return | System.TimeSpan |