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

Get the length of time a server which has just become the active server following a failover will wait for clients to reconnect before their state is removed from the shared state.

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

Syntax

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

Return Value

the reconnect timeout interval in seconds.

See Also