Click or drag to resize

SdkConfigurationCommonQueueHighWatermark Property

High watermark for all limited priority queue instances (number of items). Signals that a queue will soon reach its full capacity and that we should probably stop processing incoming messages until things calm down a bit.

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public int QueueHighWatermark { get; }

Property Value

Int32
See Also