BackgroundTaskCompletionLoopEvaluatorOptions.FeedbackMessageTemplate Property

Definition

Gets or sets the template used to build the feedback produced while background tasks are still running, or null to use DefaultFeedbackMessageTemplate.

public string? FeedbackMessageTemplate { get; set; }
member this.FeedbackMessageTemplate : string with get, set
Public Property FeedbackMessageTemplate As String

Property Value

Remarks

Any occurrence of IncompleteTasksPlaceholder in the template is replaced, on each evaluation, with a formatted list of the background tasks that are still running, and any occurrence of IncompleteTaskCountPlaceholder is replaced with the number of those tasks. When a placeholder is absent the corresponding value is not rendered.

Applies to