[TIBCO.EMS .NET client library 7.0 documentation]

Set delay between connection attempts

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

Syntax

public void SetConnAttemptDelay(
	int delay
)
Public Sub SetConnAttemptDelay ( _
	delay As Integer _
)
public:
void SetConnAttemptDelay(
	int delay
)

Parameters

delay
Type: System..::.Int32
Time (in milliseconds) of the delay between connection attempts.

Remarks