Click or drag to resize

OperationManagerRabbitConnectionTimeout Property

Gets a rabbit timeout setting for connection attempts (in seconds).

Namespace: Sportradar.OddsFeed.SDK.Common
Assembly: Sportradar.OddsFeed.SDK.Common (in Sportradar.OddsFeed.SDK.Common.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public static int RabbitConnectionTimeout { get; }

Property Value

Int32
A rabbit timeout setting for connection attempts (in seconds).
Remarks
Between 10 and 120 (default 30s)
See Also