Click or drag to resize

IRecoveryConfigurationBuilderTSetRecoveryHttpClientTimeout Method

Sets the timeout for recovery HTTP responses for this instance of the sdk

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 SetRecoveryHttpClientTimeout(
	int recoveryHttpClientTimeout
)

Parameters

recoveryHttpClientTimeout  Int32
The timeout for recovery HTTP responses

Return Value

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