Click or drag to resize

SdkConfigurationMessageDispatcherDispatcherThreadPingTimeout Property

If there is no alive ping received from any of the dispatcher threads in this timeout period, the dispatcher will update its health status to unresponsive. This can be caused by a client handler blocking the dispatcher thread execution.

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

Property Value

TimeSpan
See Also