Click or drag to resize

OperationManagerSetRabbitHeartbeat Method

Sets a heartbeat timeout to use when negotiating with the rabbit server (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 void SetRabbitHeartbeat(
	int rabbitHeartbeat
)

Parameters

rabbitHeartbeat  Int32
The heartbeat timeout to use when negotiating with the rabbit server (in seconds).
Remarks
Between 10 and 180 (default 60s) - set before connection is made
See Also