Share via


NonRetryingExecutionStrategy.RetriesOnFailure Property

Definition

Always returns false, since the NonRetryingExecutionStrategy does not perform retries.

public bool RetriesOnFailure { get; }
member this.RetriesOnFailure : bool
Public ReadOnly Property RetriesOnFailure As Boolean

Property Value

Implements

Remarks

See Connection resiliency and database retries for more information and examples.

Applies to