FixedTimeoutRetryPolicy Class

Definition

Fixed retry timeout is an execution policy that allow task execution and retry based on a timeout rather a retry count. A fixed wait interval is used beteween retries.

C#
public class FixedTimeoutRetryPolicy : Microsoft.SqlServer.Management.HadrModel.IExecutionPolicy
Inheritance
FixedTimeoutRetryPolicy
Implements

Constructors

FixedTimeoutRetryPolicy(TimeSpan, TimeSpan)

ctor create an instance of the polict

Properties

Expired

Policy expired

Methods

BackoffInterval()

Wait time between retries

ResumeExecution()

Resume execution function is called to check if the policy allows the execution to resume. It also setup the internal state and updates on subsequent calls.

Applies to

Produkt Verzie
Microsoft.SqlServer.SqlManagementObjects 160.2004021.0