[TIBCO.EMS .NET client library 6.0 documentation]

Defines the name of the ConnectionFactory property specifying the maximum iterations a client program will try to re-establish a connection to an EMS server after losing previous connection.

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

Syntax

public const string FACTORY_RECONNECT_ATTEMPT_COUNT
Public Const FACTORY_RECONNECT_ATTEMPT_COUNT As String
public:
literal String^ FACTORY_RECONNECT_ATTEMPT_COUNT

Remarks

This property is defined as String "TIBCO.EMS.reconnect.attemptcount".

See Also