Edit

Share via


NodeConfiguration.DelayWarningThreshold Property

Definition

The DelayWarningThreshold attribute specifies 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. The default value is 10 seconds.

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

Property Value

Applies to