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

Get or set the reconnect_attempt_count for this factory.

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

Syntax

public int ReconnectAttemptCount { get; set; }
Public Property ReconnectAttemptCount As Integer
public:
property int ReconnectAttemptCount {
	int get ();
	void set (int value);
}

Return Value

the reconnect_attempt_count for this factory.

See Also