FunctionContext.RetryContext Property

Definition

Gets the retry context containing information about retry acvitity for the event that triggered the current function invocation.

public abstract Microsoft.Azure.Functions.Worker.RetryContext RetryContext { get; }
member this.RetryContext : Microsoft.Azure.Functions.Worker.RetryContext
Public MustOverride ReadOnly Property RetryContext As RetryContext

Property Value

Applies to