[TIBCO.EMS .NET client library 8.1 documentation]

Set the number of connection attempts

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

Syntax

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

Parameters

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

Remarks