Click or drag to resize

SdkConfigurationLiveFeedReceiveTimeout Property

Amount of time to wait for (socket) receive operation to complete successfully.

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

Property Value

TimeSpan
Remarks
TimeSpan.Zero means default timeout will be used, negative value means use maximum value.
See Also