Click or drag to resize

IRecoveryConfigurationBuilderTSetInactivitySeconds Method

Sets the max time window between two consecutive alive messages before the associated producer is marked as down

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
T SetInactivitySeconds(
	int inactivitySeconds
)

Parameters

inactivitySeconds  Int32
the max time window between two consecutive alive messages

Return Value

T
A IRecoveryConfigurationBuilderT derived instance used to set general configuration properties
See Also