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

Set number of reconnect attempts

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

Syntax

public void SetReconnAttemptCount(
	int attempts
)
Public Sub SetReconnAttemptCount ( _
	attempts As Integer _
)
public:
void SetReconnAttemptCount(
	int attempts
)

Parameters

attempts
Type: System..::.Int32
The number of connection attempts

Remarks