RetryPolicy.OnRetrying(Int32, Exception, TimeSpan) Method
Definition
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.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.