Compartir a través de


RetryPolicy.HandleAsync Property

Definition

Gets or sets a Func to call on exception to determine if retries should proceed.

public Func<Exception,System.Threading.Tasks.Task<bool>>? HandleAsync { get; set; }
member this.HandleAsync : Func<Exception, System.Threading.Tasks.Task<bool>> with get, set
Public Property HandleAsync As Func(Of Exception, Task(Of Boolean))

Property Value

Applies to