Click or drag to resize

SdkConfigurationLiveFeedMaxServerTimestampAge Property

Server timestamp is only usable to us if it is not outdated so that we can interpolate between two successive server timestamps.

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

Property Value

TimeSpan
See Also