FixedRetryCountPolicy Class
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.
The class implements a retry execution policy with a fixed retry backoff interval
public class FixedRetryCountPolicy : Microsoft.SqlServer.Management.HadrModel.IExecutionPolicy
type FixedRetryCountPolicy = class
interface IExecutionPolicy
Public Class FixedRetryCountPolicy
Implements IExecutionPolicy
- Inheritance
-
FixedRetryCountPolicy
- Implements
Constructors
FixedRetryCountPolicy(TimeSpan, Int32) |
Create an instance class |
Properties
Expired |
Expires when all retris are exhusted |
Methods
BackoffInterval() |
Backoff interval between retries |
ResumeExecution() |
The function increments the execution count and until the maximum is reached. Execution is allowed until the maximum retry count is reached. |