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.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic TimeSpan HeartbeatFrequency { get; set; }
Public Property HeartbeatFrequency As TimeSpan
Get
Set
Property Value
TimeSpan
See Also