SqlRetryLogicBase.RetryIntervalEnumerator Property

Definition

The timer interval enumerator.

public Microsoft.Data.SqlClient.SqlRetryIntervalBaseEnumerator RetryIntervalEnumerator { get; protected set; }
member this.RetryIntervalEnumerator : Microsoft.Data.SqlClient.SqlRetryIntervalBaseEnumerator with get, set
Public Property RetryIntervalEnumerator As SqlRetryIntervalBaseEnumerator

Property Value

SqlRetryIntervalBaseEnumerator

SqlRetryIntervalBaseEnumerator value that indicates an enumerator to generate a sequence of time intervals.

Applies to