Click or drag to resize

AmqpCFXEndpointHeartbeatFrequency Property

The AmqpCFXEndpoint class automatically publishies CFX Heartbeat messages on 1 minute intervals by default. You can adjust this frequency using this property. If set to zero (0), automatic publication of Heartbeat messages will be disabled. The minimum frequency is 1 second and the maximum frequency is 5 minutes.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public TimeSpan HeartbeatFrequency { get; set; }

Property Value

TimeSpan
See Also