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

Get or set the connect_attempt_delay for this factory.

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

Syntax

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

Return Value

the connect_attempt_delay for this factory.

See Also