RetryPolicy.HandleAsync Property
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.
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))