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

Get or set the connect_attempt_count for this factory.

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

Syntax

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

Return Value

the connect_attempt_count for this factory.

See Also