Click or drag to resize

SdkConfigurationPersistentStateExpireInterval Property

Time interval to check for expired key value pairs stored in PersistentStateBuffer

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

Property Value

TimeSpan
See Also