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

Get or set the connect_attempt_timeout for this factory.

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

Syntax

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

Return Value

the connect_attempt_timeout for this factory.

See Also