AzureAppServicesDiagnosticsSettings.BackgroundQueueSize 属性

定义

获取或设置后台日志消息队列的最大大小。 0 表示无限制。 达到最大队列大小后,日志事件接收器开始阻塞。

public:
 property int BackgroundQueueSize { int get(); void set(int value); };
public int BackgroundQueueSize { get; set; }
member this.BackgroundQueueSize : int with get, set
Public Property BackgroundQueueSize As Integer

属性值

默认值为 0。

适用于