Click or drag to resize

SdkConfigurationLcooInitialFetchDelay Property

Initial delay between two consecutive data fetches (default: 7s)

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

Property Value

TimeSpan
Remarks
You should not set this option unless you are sure what the implications are.
See Also