Edit

Share via


SchedulingOptions.DelayWarningThreshold Property

Definition

Gets or sets the work item queuing delay threshold, at which a warning log message is written. That is, if the delay between enqueuing the work item and executing the work item is greater than DelayWarningThreshold, a warning log is written.

public TimeSpan DelayWarningThreshold { get; set; }
member this.DelayWarningThreshold : TimeSpan with get, set
Public Property DelayWarningThreshold As TimeSpan

Property Value

Applies to