Click or drag to resize

IOddsFeedConfigurationBuilderSetMaxRecoveryTime Method

Sets the maximum time in seconds in which recovery must be completed (minimum 600 seconds)

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#
IOddsFeedConfigurationBuilder SetMaxRecoveryTime(
	int maxRecoveryTime
)

Parameters

maxRecoveryTime  Int32
Maximum recovery time

Return Value

IOddsFeedConfigurationBuilder
The IOddsFeedConfigurationBuilder instance used to set additional values.
See Also