[TIBCO.EMS .NET client library 6.3 documentation]

Set number of reconnect attempts

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.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