Click or drag to resize

SdkConfigurationMessageDispatcherHealthCheckInterval Property

Interval at which dispatcher health status is checked (i.e. whether all dispatcher threads are live and kicking)

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

Property Value

TimeSpan
See Also