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

Get the length of time a backup server will wait for a heartbeat message before concluding that the active server has failed.

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

Syntax

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

Return Value

the activation interval in seconds.

See Also