FixedTimeoutRetryPolicy Class
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.
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.
public class FixedTimeoutRetryPolicy : Microsoft.SqlServer.Management.HadrModel.IExecutionPolicy
type FixedTimeoutRetryPolicy = class
interface IExecutionPolicy
Public Class FixedTimeoutRetryPolicy
Implements IExecutionPolicy
- Inheritance
-
FixedTimeoutRetryPolicy
- Implements
Fixed |
ctor create an instance of the polict |
Expired |
Policy expired |
Backoff |
Wait time between retries |
Resume |
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. |
Produkt | Verzie |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 160.2004021.0 |