RetryPolicy.OnRetrying(Int32, Exception, TimeSpan) Method

Definition

protected virtual void OnRetrying (int retryCount, Exception lastError, TimeSpan delay);
abstract member OnRetrying : int * Exception * TimeSpan -> unit
override this.OnRetrying : int * Exception * TimeSpan -> unit
Protected Overridable Sub OnRetrying (retryCount As Integer, lastError As Exception, delay As TimeSpan)

Parameters

retryCount
Int32
lastError
Exception
delay
TimeSpan

Applies to