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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public TimeSpan HeartbeatFrequency { get; set; }

Property Value

TimeSpan
See Also