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