ExecutionStrategy.OnRetry Method

Definition

Method called before retrying the operation execution

protected virtual void OnRetry ();
abstract member OnRetry : unit -> unit
override this.OnRetry : unit -> unit
Protected Overridable Sub OnRetry ()

Remarks

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

Applies to