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

Get the URL of the fault-tolerant server for this server.

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

Syntax

public string FaultTolerantURL { get; }
Public ReadOnly Property FaultTolerantURL As String
public:
property String^ FaultTolerantURL {
	String^ get ();
}

Return Value

the URL in String form or null if fault-tolerant server is not specified.

Remarks

This is same as set by the ft_active parameter in the server configuration file.

See Also