NodeConfiguration.DelayWarningThreshold 属性

定义

DelayWarningThreshold 属性指定工作项排队延迟阈值,在该阈值处写入警告日志消息。 也就是说,如果排队工作项和执行工作项之间的延迟大于 DelayWarningThreshold,则会写入警告日志。 默认值为 10 秒。

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

属性值

适用于