Click or drag to resize

IRecoveryConfigurationBuilderTSetMaxRecoveryTime 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#
T SetMaxRecoveryTime(
	int maxRecoveryTimeInSeconds
)

Parameters

maxRecoveryTimeInSeconds  Int32
Maximum recovery time in seconds

Return Value

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