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.TransportAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic TimeSpan HeartbeatFrequency { get; set; }Public Property HeartbeatFrequency As TimeSpan
Get
Set
Property Value
TimeSpan
See Also