[TIBCO.EMS .NET Admin client library 5.1 documentation]

Get the period (in seconds) of the heartbeat messages sent by the active server.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public int FaultTolerantHeartbeat { get; }
Public ReadOnly Property FaultTolerantHeartbeat As Integer
public:
property int FaultTolerantHeartbeat {
	int get ();
}

Return Value

the heartbeat period in seconds.

See Also