Click or drag to resize

SdkConfigurationLiveFeedLoginLimiterInterval Property

Login limiter (interval).

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

Property Value

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