TaskRetryOptions.Handler 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 the retry handler. null
if Policy is set.
public Microsoft.DurableTask.AsyncRetryHandler? Handler { get; }
member this.Handler : Microsoft.DurableTask.AsyncRetryHandler
Public ReadOnly Property Handler As AsyncRetryHandler