Click or drag to resize

SdkConfigurationLiveFeedEventRequestLimiterInterval Property

MatchRequest limiter (interval).

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
[TypeConverterAttribute(typeof(TimeSpanConverter))]
public TimeSpan EventRequestLimiterInterval { get; }

Property Value

TimeSpan
Remarks
When TimeSpan.Zero the default settings as appropriate for the server are used.
See Also