Click or drag to resize

SdkConfigurationLiveOddsErrorRecoveryDelay Property

Error recovery kicks-in this amount of time after "alive".

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

Property Value

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