Click or drag to resize

SdkConfigurationLiveFeedMinReconnectWait Property

Delay before we try reconnecting to server after we got disconnected (min, overrides automatic defaults for servers)

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

Property Value

TimeSpan
See Also