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

Indicates whether or not the secondary server will reread all the configuration files with the exception of the main file following a failover.

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

Syntax

public bool FaultTolerantFailoverReread { get; }
Public ReadOnly Property FaultTolerantFailoverReread As Boolean
public:
property bool FaultTolerantFailoverReread {
	bool get ();
}

Return Value

true if the configuration will be reread following failover, false otherwise.

See Also