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: 1.7.3
Syntax
public TimeSpan HeartbeatFrequency { get; set; }

Property Value

TimeSpan
See Also