NodeConfiguration.DelayWarningThreshold 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.
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